diff options
author | Luke Kanies <luke@madstop.com> | 2005-08-12 17:38:04 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-08-12 17:38:04 +0000 |
commit | 2be10b5a19b7b0905dc5fd6d991757d52318304e (patch) | |
tree | 44559d162ccd7c1d0fd7c60c1ee0237b96d2d0ae /lib/puppet.rb | |
parent | 6eac358268dc1dc51584eb6e88a44f1721212ae6 (diff) | |
download | puppet-2be10b5a19b7b0905dc5fd6d991757d52318304e.tar.gz puppet-2be10b5a19b7b0905dc5fd6d991757d52318304e.tar.xz puppet-2be10b5a19b7b0905dc5fd6d991757d52318304e.zip |
all tests pass except those related to puppetd; i am going to significantly reorganize how serving is done
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@540 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r-- | lib/puppet.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb index 1a46cba01..a4507e09f 100644 --- a/lib/puppet.rb +++ b/lib/puppet.rb @@ -76,6 +76,7 @@ module Puppet # then the files}, :manifest => [:puppetconf, "manifest.pp"], + :localconfig => [:puppetconf, "localconfig.ma"], :logfile => [:logdir, "puppet.log"], :httplogfile => [:logdir, "http.log"], :masterlog => [:logdir, "puppetmaster.log"], |