Signed-off-by: James Turnbull <[EMAIL PROTECTED]>
---
 CHANGELOG                             |    3 +++
 lib/puppet/provider/service/debian.rb |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index d91df20..a200538 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,7 @@
 0.24.x
+    Fixed #1607 - Added ubuntu to defaultfor for Debian service
+    provider
+
     Fixed #1045 - Multiple metaparams all get added to resources.
     
     Fixed #1472 -- defined, exported resources in the current compile 
diff --git a/lib/puppet/provider/service/debian.rb 
b/lib/puppet/provider/service/debian.rb
index da38c10..ca433cb 100755
--- a/lib/puppet/provider/service/debian.rb
+++ b/lib/puppet/provider/service/debian.rb
@@ -5,7 +5,7 @@ Puppet::Type.type(:service).provide :debian, :parent => :init do
         is that this supports service enabling and disabling via 
``update-rc.d``."
 
     commands :update => "/usr/sbin/update-rc.d"
-    defaultfor :operatingsystem => :debian
+    defaultfor :operatingsystem => [:debian, :ubuntu]
 
     def self.defpath
         superclass.defpath
-- 
1.5.5.1


--~--~---------~--~----~------------~-------~--~----~
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