diff options
-rw-r--r-- | lib/puppet/type/service.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/puppet/type/service.rb b/lib/puppet/type/service.rb index 0d09c3d5d..8387dd52d 100644 --- a/lib/puppet/type/service.rb +++ b/lib/puppet/type/service.rb @@ -97,7 +97,10 @@ module Puppet `status` parameter). If you do not specify anything, then the service name will be - looked for in the process table." + looked for in the process table. Be aware that 'virtual' init + scripts such as networking, that don't have something in the + process table need this functionality to be used with + notify/require trigger actions." newvalues(:true, :false) end |