summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/master/puppet.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/master/puppet.conf b/files/master/puppet.conf
index 6b4b0e9..fcaef0d 100644
--- a/files/master/puppet.conf
+++ b/files/master/puppet.conf
@@ -42,7 +42,7 @@
[puppetmasterd]
reportdir = $logdir/reports
autoflush = true
- storeconfigs=true
+ #storeconfigs=true
dbadapter=mysql
dbserver=localhost
dbuser=puppet
@@ -63,7 +63,7 @@
# configure environments
[development]
manifest=$vardir/development/etc/manifests/site.pp
- modulepath=$vardir/development/manifests
+ modulepath=$vardir/development/modules/
templatepath=$vardir/development/templates/
[production]