diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-21 15:15:06 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-07-21 15:15:06 +0000 |
| commit | 3cc3f6696481e4e0b8756ecb0cc58aa8536c5862 (patch) | |
| tree | ad68b0ffb9ca7ae8e95335fb144650f4e2268227 /lib/puppet | |
| parent | 7228413b9a8d4085a5cf1f0f3f9ab944a0a8ee44 (diff) | |
| download | puppet-3cc3f6696481e4e0b8756ecb0cc58aa8536c5862.tar.gz puppet-3cc3f6696481e4e0b8756ecb0cc58aa8536c5862.tar.xz puppet-3cc3f6696481e4e0b8756ecb0cc58aa8536c5862.zip | |
Applied patch in #203
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1413 980ebf18-57e1-0310-9a29-db15c13687c0
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 |
