summaryrefslogtreecommitdiff
path: root/lib/chef/resource/service.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/service.rb')
-rw-r--r--lib/chef/resource/service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/service.rb b/lib/chef/resource/service.rb
index 63674a3c93..ea6f9164e6 100644
--- a/lib/chef/resource/service.rb
+++ b/lib/chef/resource/service.rb
@@ -34,7 +34,7 @@ class Chef
description "Use the **service** resource to manage a service."
default_action :nothing
- allowed_actions :enable, :disable, :start, :stop, :restart, :reload,
+ actions :enable, :disable, :start, :stop, :restart, :reload,
:mask, :unmask
# this is a poor API please do not re-use this pattern