diff options
Diffstat (limited to 'lib/chef/provider/service/debian.rb')
-rw-r--r-- | lib/chef/provider/service/debian.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/service/debian.rb b/lib/chef/provider/service/debian.rb index 46ac38fa6c..76628f92ca 100644 --- a/lib/chef/provider/service/debian.rb +++ b/lib/chef/provider/service/debian.rb @@ -130,7 +130,7 @@ class Chef end # Override method from parent to ensure priority is up-to-date - def action_enable + action :enable do if new_resource.priority.nil? priority_ok = true else |