summaryrefslogtreecommitdiffstats
path: root/lib/puppet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet.rb')
-rw-r--r--lib/puppet.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/puppet.rb b/lib/puppet.rb
index d204ed36f..0c5adfdcd 100644
--- a/lib/puppet.rb
+++ b/lib/puppet.rb
@@ -73,7 +73,8 @@ module Puppet
:statedir => [:puppetvar, "state"],
# then the files},
- :manifest => [:puppetconf, "manifest.pp"],
+ :manifestdir => [:puppetconf, "manifests"],
+ :manifest => [:manifestdir, "site.pp"],
:localconfig => [:puppetconf, "localconfig.ma"],
:logfile => [:logdir, "puppet.log"],
:httplogfile => [:logdir, "http.log"],