Minor fix since this seems very straightfoward. Still need project manager to
review bug request first.
Nan
---
lib/puppet/type/service.rb | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lib/puppet/type/service.rb b/lib/puppet/type/service.rb
index 3ef0449..b89223f 100644
--- a/lib/puppet/type/service.rb
+++ b/lib/puppet/type/service.rb
@@ -63,6 +63,8 @@ module Puppet
aliasvalue(:false, :stopped)
aliasvalue(:true, :running)
+ aliasvalue(:absent, :stopped)
+ aliasvalue(:present, :running)
def retrieve
provider.status
--
1.7.3.5
--
You received this message because you are subscribed to the Google Groups
"Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-dev?hl=en.