summaryrefslogtreecommitdiff
path: root/files/master/puppet.conf
diff options
context:
space:
mode:
Diffstat (limited to 'files/master/puppet.conf')
-rw-r--r--files/master/puppet.conf9
1 files changed, 4 insertions, 5 deletions
diff --git a/files/master/puppet.conf b/files/master/puppet.conf
index 6b4b0e9..f6471d7 100644
--- a/files/master/puppet.conf
+++ b/files/master/puppet.conf
@@ -20,7 +20,7 @@
factpath = $vardir/lib/facter
plugindest = $vardir/lib/puppet
-[puppetd]
+[agent]
# The file in which puppetd stores a list of the classes
# associated with the retrieved configuratiion. Can be loaded in
# the separate ``puppet`` executable using the ``--loadclasses``
@@ -35,14 +35,13 @@
report=true
pluginsync = true
- factsync=true
logdest=/var/log/puppet/puppet.log
-[puppetmasterd]
+[master]
reportdir = $logdir/reports
autoflush = true
- storeconfigs=true
+ #storeconfigs=true
dbadapter=mysql
dbserver=localhost
dbuser=puppet
@@ -63,7 +62,7 @@
# configure environments
[development]
manifest=$vardir/development/etc/manifests/site.pp
- modulepath=$vardir/development/manifests
+ modulepath=$vardir/development/modules/
templatepath=$vardir/development/templates/
[production]