diff options
| author | James Turnbull <james@lovedthanlost.net> | 2010-04-14 18:46:52 +1000 |
|---|---|---|
| committer | James Turnbull <james@lovedthanlost.net> | 2010-04-17 18:11:36 +1000 |
| commit | f351e2dcf0c133c7e800f09f9a6f65146d856bde (patch) | |
| tree | 5d4f4922943d3240a3f8e686f35c6ee96e02e434 /lib/puppet/provider | |
| parent | cf7e6967632ba3f1d3b7ae21ccaf5daed9cec6e7 (diff) | |
Renamed all references to Reductive Labs to Puppet Labs
Diffstat (limited to 'lib/puppet/provider')
| -rw-r--r-- | lib/puppet/provider/macauthorization/macauthorization.rb | 2 | ||||
| -rwxr-xr-x | lib/puppet/provider/service/debian.rb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/puppet/provider/macauthorization/macauthorization.rb b/lib/puppet/provider/macauthorization/macauthorization.rb index d1e2b229f..bc2dfb176 100644 --- a/lib/puppet/provider/macauthorization/macauthorization.rb +++ b/lib/puppet/provider/macauthorization/macauthorization.rb @@ -15,7 +15,7 @@ Puppet::Type.type(:macauthorization).provide :macauthorization, :parent => Puppe confine :operatingsystem => :darwin # This should be confined based on macosx_productversion once - # http://projects.reductivelabs.com/issues/show/1796 + # http://projects.puppetlabs.com/issues/show/1796 # is resolved. if FileTest.exists?("/usr/bin/sw_vers") product_version = sw_vers "-productVersion" diff --git a/lib/puppet/provider/service/debian.rb b/lib/puppet/provider/service/debian.rb index 51fb7a22b..1f9dc5ab6 100755 --- a/lib/puppet/provider/service/debian.rb +++ b/lib/puppet/provider/service/debian.rb @@ -10,7 +10,7 @@ Puppet::Type.type(:service).provide :debian, :parent => :init do commands :update_rc => "/usr/sbin/update-rc.d" # note this isn't being used as a command until - # http://projects.reductivelabs.com/issues/2538 + # http://projects.puppetlabs.com/issues/2538 # is resolved. commands :invoke_rc => "/usr/sbin/invoke-rc.d" @@ -28,7 +28,7 @@ Puppet::Type.type(:service).provide :debian, :parent => :init do def enabled? # TODO: Replace system() call when Puppet::Util.execute gives us a way - # to determine exit status. http://projects.reductivelabs.com/issues/2538 + # to determine exit status. http://projects.puppetlabs.com/issues/2538 system("/usr/sbin/invoke-rc.d", "--quiet", "--query", @resource[:name], "start") # 104 is the exit status when you query start an enabled service. |
