Please review pull request #440: (#5521) Enable pluginsync by default opened by (pcarlisle)

Description:

This turns on pluginsync in the default configuration.

  • Opened: Wed Feb 01 22:57:08 UTC 2012
  • Based on: puppetlabs:master (d88bdd2312097c0073ac611780ac31146a492110)
  • Requested merge: pcarlisle:ticket/master/5521-enable-pluginsync-by-default (bcdb4263357aed136a1d5162047b2f752656649c)

Diff follows:

diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 58fc7ca..e27bb5c 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -757,7 +757,7 @@ module Puppet
       "From where to retrieve plugins.  The standard Puppet `file` type
       is used for retrieval, so anything that is a valid file source can
       be used here."],
-    :pluginsync => [false, "Whether plugins should be synced with the central server."],
+    :pluginsync => [true, "Whether plugins should be synced with the central server."],
 
     :pluginsignore => [".svn CVS .git", "What files to ignore when pulling down plugins."]
   )

    

--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to puppet-dev@googlegroups.com.
To unsubscribe from this group, send email to puppet-dev+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to