diff options
author | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-03 13:32:39 +0000 |
---|---|---|
committer | lutter <lutter@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-03 13:32:39 +0000 |
commit | dc6d4265f7d3e5be18917cfb194abe7ae3cfde9c (patch) | |
tree | 0588624278e3ce5dda64169416300ede5a8f120a | |
parent | 6e6cb8f56c6840034a1f711d28907cbc7e5fa81f (diff) | |
download | puppet-dc6d4265f7d3e5be18917cfb194abe7ae3cfde9c.tar.gz puppet-dc6d4265f7d3e5be18917cfb194abe7ae3cfde9c.tar.xz puppet-dc6d4265f7d3e5be18917cfb194abe7ae3cfde9c.zip |
Comment out the setting of PUPPET_LOG, so that puppetd uses its default
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1719 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r-- | conf/redhat/client.sysconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/redhat/client.sysconfig b/conf/redhat/client.sysconfig index 4806b86ab..3befdd483 100644 --- a/conf/redhat/client.sysconfig +++ b/conf/redhat/client.sysconfig @@ -5,7 +5,7 @@ #PUPPET_PORT=8140 # Where to log to. Specify syslog to send log messages to the system log. -PUPPET_LOG=/var/log/puppet/puppet.log +#PUPPET_LOG=/var/log/puppet/puppet.log # You may specify other parameters to the puppet client here #PUPPET_EXTRA_OPTS=--waitforcert=500 |