Displaying 1 result from an estimated 1 matches for "puppetpwd".
Did you mean:
puppetd
2008 Nov 06
1
introduction with david's munin module question
...here is my puppet.conf file content
[main]
logdir=/var/log/puppet
vardir=/var/lib/puppet
ssldir=/var/lib/puppet/ssl
rundir=/var/run/puppet
factpath=$vardir/lib/facter
pluginsync=true
[puppetmasterd]
templatedir=/var/lib/puppet/templates
runinterval = 60
storeconfigs=true
dbuser=puppet
dbpassword=puppetpwd
dbadapter=mysql
dbserver=localhost
my fileserver.conf file
[files]
path /etc/puppet/files
allow 192.168.127.0/24
allow 127.0.0.1/8
[modules]
allow 192.168.127.0/24
allow 127.0.0.1/8
[plugins]
allow 192.168.127.0/24
allow 127.0.0.1/8
where 192.168.127.0/24 is my network (openvz vir...