Displaying 4 results from an estimated 4 matches for "deprez".
Did you mean:
deprem
2012 Feb 01
3
hasstatus return code
Dear community,
I use puppet to deploy iptables on every server.
This is working fine.
In the manifest I defined an iptables service which leads to my init script.
The thing is each time I run puppet I got : notice:
/Stage[main]/Iptables/Service[netfilter]/ensure: ensure changed ''stopped''
to ''running''
I would like to add a status command to my startup script
2011 Feb 09
2
Puppet broken - Could not retrieve catalog from remote server
Hello,
I was trying to change two modules on my puppet.
And I was block on one error, until I figured that the error which show up
was not related to a specific module.
This error is causing issue to all my puppet clients :
#puppetd -vt
info: Retrieving plugin
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
compile error
(erb):416: syntax error, unexpected kEND,
2011 Feb 08
6
Puppet facter operatingsystemrelease
Hello,
I am running puppet server version 0.25.4-2, and since Debian squeeze
is the new stable release I would like to adapt some of my modules.
I have a syslog-ng module, I would like to specify another template
for my squeeze server.
I changed my init.pp as follow :
if ($operatingsystemrelease <= 5.0.8) {
$syslog_template = "syslog/syslog-ng.conf.erb"
}
else {
2011 Mar 10
2
Puppet Certificate verify failed
Hello,
I am trying to configure a new puppet server on Debian Squeeze, so the
server version will be 2.6.2-4.
I am trying to configure a client running Lenny, the puppet version is
0.25.4-2
I declare the new client with the command :
#puppetd --server puppet.domain.tld --waitforcert 60 --test
on the server :
#puppetca --sign client.domain.tld
When the client finish to execute the first