diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/master/puppet.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/files/master/puppet.conf b/files/master/puppet.conf index fcaef0d..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,11 +35,10 @@ report=true pluginsync = true - factsync=true logdest=/var/log/puppet/puppet.log -[puppetmasterd] +[master] reportdir = $logdir/reports autoflush = true #storeconfigs=true |