search for: puppet01

Displaying 4 results from an estimated 4 matches for "puppet01".

2012 Oct 04
4
Puppet 3.0 + Inventory search
Hello, I am having problems with Puppet since upgrading to 3.0.0. When I call an inventory search I get a Error 400. I have used dashboard + Perl Oct 4 08:58:43 puppet01 puppet-master[7008]: Handling request: GET /production/facts_search/search?facts.lsbdistcodename.eq=lenny Oct 4 08:58:43 puppet01 puppet-master[7008]: header too long ii facter 1.6.12-1puppetlabs2 Ruby module for collecting simple facts about a host opera...
2012 Jul 30
0
Defining node types in modules
...L module as I need to include mysql:: several times to get the features - https://github.com/puppetlabs/puppetlabs-mysql err: Could not retrieve catalog from remote server: Error 400 on SERVER: Duplicate declaration: Class[Mysql] is already declared; cannot redeclare at /etc/puppet/modules/zen_puppet01opslab/manifests/puppetdashboard_mysql.pp:2 I question if we are using the right approach with puppet and if this is the right way to define types of servers. Module: - zen_puppet01opslab root@puppet01:/etc/puppet/modules/zen_puppet01opslab/manifests# cat init.pp class zen_puppet01opslab {...
2014 Sep 15
2
cgroups inside LXC containers losts memory limits after some time
...48 0 -4445364 -/+ buffers/cache: 4478336 -3429760 Swap: 1048576 0 1048576 (some problem with negative values) After unpredictable time passed (1-5 day ?), cgroups inside LXC magicaly removed. "free" in such containers show 2^53-1 as maximum values: [root@puppet01 /]# free total used free shared buffers cached Mem: 9007199254740991 591180 9007199254149811 0 0 267924 -/+ buffers/cache: 323256 9007199254417735 Swap: 0 0 0 And no more any cgroups presented at least in me...
2010 Dec 22
3
Using Puppet's client certificates for Apache, SSLVerifyClient
...work any more, and thereby updating my Puppet master''s key store. Here''s that Apache configuration I was talking about: <VirtualHost 10.1.0.165:443> SSLEngine On SSLCipherSuite SSLv2:-LOW:-EXPORT:RC4+RSA SSLCertificateFile /var/lib/puppet/ssl/certs/puppet01.ops.az.domain.local.pem SSLCertificateKeyFile /var/lib/puppet/ssl/private_keys/puppet01.ops.az.domain.local.pem SSLCACertificateFile /var/lib/puppet/ssl/ca/ca_crt.pem SSLVerifyClient require SSLVerifyDepth 1 SSLOptions +StdEnvVars ErrorLog /var/log/ht...