diff options
Diffstat (limited to 'lib/chef/provider/log.rb')
-rw-r--r-- | lib/chef/provider/log.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/provider/log.rb b/lib/chef/provider/log.rb index f0943f9795..54e324cc11 100644 --- a/lib/chef/provider/log.rb +++ b/lib/chef/provider/log.rb @@ -33,7 +33,7 @@ class Chef # Write the log to Chef's log # # @return [true] Always returns true - def action_write + action :write do logger.send(new_resource.level, new_resource.message) new_resource.updated_by_last_action(true) if Chef::Config[:count_log_resource_updates] end |