components/puppet/patches/puppet-06-provider-smf.patch
changeset 1474 97927b6c1ece
parent 1409 9db4ba32e740
child 1655 2490bf4f53ea
equal deleted inserted replaced
1473:087706a66676 1474:97927b6c1ece
     1 Add check for existence of smf service
     1 Add check for existence of smf service
     2 --- puppet-3.2.2/lib/puppet/provider/service/smf.rb.orig	2013-07-15 09:23:24.667341073 -0600
     2 --- puppet-3.2.4/lib/puppet/provider/service/smf.rb.orig	2013-07-15 09:23:24.667341073 -0600
     3 +++ puppet-3.2.2/lib/puppet/provider/service/smf.rb	2013-07-15 10:13:03.196178924 -0600
     3 +++ puppet-3.2.4/lib/puppet/provider/service/smf.rb	2013-07-15 10:13:03.196178924 -0600
     4 @@ -80,9 +80,18 @@
     4 @@ -80,9 +80,18 @@
     5        return
     5        return
     6      end
     6      end
     7  
     7  
     8 +    # get the current state and the next state, and if the next
     8 +    # get the current state and the next state, and if the next