By default puppet node connects to server periodically and looks if
there is something execute. I'm wondering is it possible to make
puppet clients not connect to server themselves? So that it would be
possible to update a node only with puppetrun nodename.
---
WBR, Sergey
--
You received this m
Hello!
By default puppet node connects to server periodically and looks if
there is something execute. I'm wondering is it possible to make
puppet clients not connect to server themselves? So that it would be
possible to update a node only with puppetrun nodename.
---
WBR, Sergey
--
You receive
Hi!
When I issue
$ puppetmasterd --no-daemonize --verbose
I get very neat and clear log to STDIN. But I can't figure out how to
get this log when I start puppetmasterd without --no-daemonize option.
Is it possible?
--
You received this message because you are subscribed to the Google Groups "
Hello!
I have a custom function which requires a ruby gem which I have in my
deb-repository.
If the package is installed beforehand manually the function works well.
But if I want to install the package with puppet I get the following error:
out: Could not autoload zabbix_host: no such file to
..
> What's on line 83 of your init.pp?
zabbix_host { "${::fqdn}":
ensure => present,
template => $zabbix_template,
group=> 'Linux servers',
api_host => $api_host,
require => Package['librubix-puppet-ruby1.8']
}
O