diff options
author | mh <mh@immerda.ch> | 2008-07-04 11:45:07 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-07-04 11:45:07 +0000 |
commit | dabaa45040625c9226c1f48e137bc3b07fb682f6 (patch) | |
tree | 0a2e9324dcfda5508c2f38f532f481f56a3ef6ed /files/sysconfig | |
parent | 6b8a63226e0dc6aaedc6567b45fd800ad09962b7 (diff) |
added centos sysconfig to be manged
Diffstat (limited to 'files/sysconfig')
-rw-r--r-- | files/sysconfig/puppet | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/sysconfig/puppet b/files/sysconfig/puppet new file mode 100644 index 0000000..24ca1c5 --- /dev/null +++ b/files/sysconfig/puppet @@ -0,0 +1,12 @@ +# The puppetmaster server +#PUPPET_SERVER=puppet + +# If you wish to specify the port to connect to do so here +#PUPPET_PORT=8140 + +# Where to log to. Specify syslog to send log messages to the system log. +PUPPET_LOG=/var/log/puppet/puppet.log + +# You may specify other parameters to the puppet client here +#PUPPET_EXTRA_OPTS=--waitforcert=500 +PUPPET_EXTRA_OPTS=--report |