summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-08-10 03:19:20 +0000
committerLuke Kanies <luke@madstop.com>2005-08-10 03:19:20 +0000
commit3cb04cb1ad9f8682a705a38d2c9ff5633150646f (patch)
tree784782d1b45d58d2469a9cb6d3bf3cb83846de3c
parentadc10d8e82723615279ba3aa1eded52fdbcd0acd (diff)
downloadpuppet-3cb04cb1ad9f8682a705a38d2c9ff5633150646f.tar.gz
puppet-3cb04cb1ad9f8682a705a38d2c9ff5633150646f.tar.xz
puppet-3cb04cb1ad9f8682a705a38d2c9ff5633150646f.zip
setting up http to log to a separate file
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@532 980ebf18-57e1-0310-9a29-db15c13687c0
-rw-r--r--lib/puppet.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index 2fb9ffbbe..b697c4d5e 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -71,20 +71,11 @@ module Puppet
# then the files},
:manifest => [:puppetconf, "manifest.pp"],
:logfile => [:logdir, "puppet.log"],
+ :httplogfile => [:logdir, "http.log"],
:masterlog => [:logdir, "puppetmaster.log"],
+ :masterhttplog => [:logdir, "masterhttp.log"],
:checksumfile => [:statedir, "checksums"],
:ssldir => [:puppetconf, "ssl"],
-# :certdir => [:ssldir, "certs"],
-# :publickeydir => [:ssldir, "public_keys"],
-# :privatekeydir => [:ssldir, "private_keys"],
-# :csrdir => [:ssldir, "requests"],
-# :cadir => [:ssldir, "ca"],
-# :cacert => [:cadir, "ca.crt"],
-# :cakey => [:cadir, "ca.key"],
-# :capub => [:cadir, "ca.pub"],
-# :localcert => [:ssldir, "localhost.crt"],
-# :localkey => [:ssldir, "localhost.key"],
-# :localpub => [:ssldir, "localhost.pub"],
# and finally the simple answers,
:server => "puppet",