components/puppet/patches/puppet-04-agent-auditing.patch
branchs11-update
changeset 2928 43b3da52b84a
parent 2771 8e4227dc2fc4
--- a/components/puppet/patches/puppet-04-agent-auditing.patch	Thu Jan 09 03:35:51 2014 -0800
+++ b/components/puppet/patches/puppet-04-agent-auditing.patch	Fri Jan 31 14:12:10 2014 -0700
@@ -1,9 +1,8 @@
 Add auditing support to agent execution
 
---- puppet-3.2.4/lib/puppet/agent.rb.orig	2013-03-08 16:03:45.000000000 -0700
-+++ puppet-3.2.4/lib/puppet/agent.rb	2013-03-08 16:03:45.000000000 -0700
-@@ -1,5 +1,8 @@
- require 'sync'
+--- puppet-3.4.1/lib/puppet/agent.rb.orig	2013-03-08 16:03:45.000000000 -0700
++++ puppet-3.4.1/lib/puppet/agent.rb	2013-03-08 16:03:45.000000000 -0700
+@@ -1,4 +1,7 @@
  require 'puppet/application'
 +if Facter.value(:osfamily) == "Solaris"
 +  require 'PuppetAudit'