From dc6d4265f7d3e5be18917cfb194abe7ae3cfde9c Mon Sep 17 00:00:00 2001 From: lutter Date: Tue, 3 Oct 2006 13:32:39 +0000 Subject: 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 --- conf/redhat/client.sysconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit