From 3e16a53870baeefb81ca2f951ee1bac7b32c12bc Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 20 Nov 2010 00:19:07 +0000 Subject: - enable the distribution of plugin ( ie, facter module, custom type ) --- modules/puppet/templates/puppet.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/puppet/templates/puppet.conf b/modules/puppet/templates/puppet.conf index ad8aa15a..fcb81a35 100644 --- a/modules/puppet/templates/puppet.conf +++ b/modules/puppet/templates/puppet.conf @@ -18,6 +18,8 @@ [agent] server = puppetmaster.<%= domain %> + pluginsync = true + report = true # The file in which puppetd stores a list of the classes # associated with the retrieved configuratiion. Can be loaded in -- cgit v1.2.1