Please review pull request #371: Ticket/2.7.x/5353 opened by (nanliu)

Description:

On Puppet Enterprise the default setting it graph==true for puppet agent
and the patch updates puppet so it reflects this default.

  • Opened: Sat Jan 21 20:13:38 UTC 2012
  • Based on: puppetlabs:2.7.x (470a6646b4faa34874ab853355730dc0471b1246)
  • Requested merge: nanliu:ticket/2.7.x/5353 (ad834226dd9683385a5d4303dad669be53656300)

Diff follows:

diff --git a/lib/puppet/application/agent.rb b/lib/puppet/application/agent.rb
index 055c36d..fdd93a6 100644
--- a/lib/puppet/application/agent.rb
+++ b/lib/puppet/application/agent.rb
@@ -27,6 +27,7 @@ def preinit
       :fqdn => nil,
       :serve => [],
       :digest => :MD5,
+      :graph => true,
       :fingerprint => false,
     }.each do |opt,val|
       options[opt] = val

    

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

Reply via email to