diff options
Diffstat (limited to 'lib/puppet')
| -rwxr-xr-x | lib/puppet/type/service/debian.rb | 2 |
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 |
