From 0e6eab4d0c31f358bdca76eed7001846a9afae4c Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 16 Jul 2012 14:16:43 -0400 Subject: update puppet.conf default file to have the newer section headings, required to eliminate deprecation warnings --- files/master/puppet.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'files') 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 -- cgit v1.2.3