Displaying 3 results from an estimated 3 matches for "mon01".
Did you mean:
mo01
2012 Aug 17
4
Default node
...like nodes are matching the default node before they are
matching the more specific nodes. My site.pp has:
include "nodes/*.pp"
In the nodes directory are two files, default.pp and nagios_server.pp.
default.pp:
node default {
include role::common
}
nagios_server.pp:
node ''mon01.us1.xxx.com'' {
$node_env = "production"
include nagios::plugins
include nagios::server
}
Puppet is finding the default on mon01.us1.xxx.com. If I comment out
the lines in default.pp, it goes to mon01.us1.bitcasa.com. Shouldn''t
it use the default node last?...
2009 Nov 20
1
tlsv1 alert decrypt error
I was trying to do a fresh install of puppet.
I have officially entered puppet SSL hell again.
Nov 20 14:45:20 mon01 puppetd[5597]: Reopening log files
Nov 20 14:45:20 mon01 puppetd[5597]: Starting Puppet client version 0.24.8
Nov 20 14:45:21 mon01 puppetd[5597]: Could not retrieve catalog:
Certificates were not trusted: tlsv1 alert decrypt error
Solution?
I''ve cleared the /var/lib/puppet/ssl keys, don...
2012 Sep 05
5
Puppet smoking crack?
Couple of questions. Firstly, what''s the plugin error about?
puppet agent --onetime --test --verbose
info: Retrieving plugin
err: /File[/var/lib/puppet/lib]: Could not evaluate: Could not
retrieve information from source(s) puppet://puppet/plugins
info: Caching catalog for mon01.ap1.xxx.com
info: Applying configuration version ''1346878830''
err: /Stage[main]/Xxx::Nagios::Server/File[/var/lib/nagios3]: Failed
to generate additional resources using ''eval_generate'': Cannot manage
files of type fifo
notice: Finished catalog run in 3.63 second...