diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-20 00:19:07 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-20 00:19:07 +0000 |
commit | 3e16a53870baeefb81ca2f951ee1bac7b32c12bc (patch) | |
tree | 1b8a1747081e1036bcad8f6ad800ecb2cddbe34e /modules | |
parent | fbf232fec59d8166508c14beb9ba2138969caf0c (diff) | |
download | puppet-3e16a53870baeefb81ca2f951ee1bac7b32c12bc.tar puppet-3e16a53870baeefb81ca2f951ee1bac7b32c12bc.tar.gz puppet-3e16a53870baeefb81ca2f951ee1bac7b32c12bc.tar.bz2 puppet-3e16a53870baeefb81ca2f951ee1bac7b32c12bc.tar.xz puppet-3e16a53870baeefb81ca2f951ee1bac7b32c12bc.zip |
- enable the distribution of plugin ( ie, facter module, custom type )
Diffstat (limited to 'modules')
-rw-r--r-- | modules/puppet/templates/puppet.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |