summaryrefslogtreecommitdiff
path: root/lib/chef/resource/log.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/log.rb')
-rw-r--r--lib/chef/resource/log.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/log.rb b/lib/chef/resource/log.rb
index b6da123526..66c8e820f4 100644
--- a/lib/chef/resource/log.rb
+++ b/lib/chef/resource/log.rb
@@ -39,7 +39,7 @@ class Chef
class Log < Chef::Resource
resource_name :log
- property :message, String, name_property: true
+ property :message, String, name_property: true, identity: true
property :level, Symbol, equal_to: [ :debug, :info, :warn, :error, :fatal ], default: :info
allowed_actions :write