summaryrefslogtreecommitdiff
path: root/lib/chef/resource/rhsm_errata_level.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/resource/rhsm_errata_level.rb')
-rw-r--r--lib/chef/resource/rhsm_errata_level.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/chef/resource/rhsm_errata_level.rb b/lib/chef/resource/rhsm_errata_level.rb
index 4ee254ad4a..2bb0006a38 100644
--- a/lib/chef/resource/rhsm_errata_level.rb
+++ b/lib/chef/resource/rhsm_errata_level.rb
@@ -27,10 +27,10 @@ class Chef
introduced "14.0"
property :errata_level, String,
- coerce: proc { |x| x.downcase },
- equal_to: %w{critical moderate important low},
- description: "An optional property for specifying the errata level of packages to install if it differs from the resource block's name.",
- name_property: true
+ coerce: proc { |x| x.downcase },
+ equal_to: %w{critical moderate important low},
+ description: "An optional property for specifying the errata level of packages to install if it differs from the resource block's name.",
+ name_property: true
action :install do
description "Install all packages of the specified errata level."