summaryrefslogtreecommitdiffstats
path: root/lib/puppet
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet')
-rwxr-xr-xlib/puppet/type/service/debian.rb2
1 files changed, 1 insertions, 1 deletions
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