From 3cc3f6696481e4e0b8756ecb0cc58aa8536c5862 Mon Sep 17 00:00:00 2001 From: luke Date: Fri, 21 Jul 2006 15:15:06 +0000 Subject: Applied patch in #203 git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1413 980ebf18-57e1-0310-9a29-db15c13687c0 --- lib/puppet/type/service/debian.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/puppet/type/service/debian.rb b/lib/puppet/type/service/debian.rb index b55dbf276..88fa598bf 100755 --- a/lib/puppet/type/service/debian.rb +++ b/lib/puppet/type/service/debian.rb @@ -26,7 +26,7 @@ Puppet.type(:service).newsvctype(:debian, :init) do # If it's enabled, then it will print output showing removal of # links. - if output =~ /etc\/rc\d.d/ + if output =~ /etc\/rc[\dS].d|Nothing to do\./ return :true else return :false -- cgit