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.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/resource/log.rb b/lib/chef/resource/log.rb
index b642b5dee2..4f76ea12de 100644
--- a/lib/chef/resource/log.rb
+++ b/lib/chef/resource/log.rb
@@ -39,12 +39,12 @@ class Chef
" of the log resource.)"
property :message, String,
- name_property: true, identity: true,
- description: "The message to be added to a log file. If not specified we'll use the resource's name instead."
+ name_property: true, identity: true,
+ description: "The message to be added to a log file. If not specified we'll use the resource's name instead."
property :level, Symbol,
- equal_to: [ :debug, :info, :warn, :error, :fatal ], default: :info,
- description: "The logging level to display this message at."
+ equal_to: [ :debug, :info, :warn, :error, :fatal ], default: :info,
+ description: "The logging level to display this message at."
allowed_actions :write
default_action :write