diff options
Diffstat (limited to 'lib/chef/resource/rhsm_errata.rb')
-rw-r--r-- | lib/chef/resource/rhsm_errata.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/rhsm_errata.rb b/lib/chef/resource/rhsm_errata.rb index a13b9f98c7..7442bf99f2 100644 --- a/lib/chef/resource/rhsm_errata.rb +++ b/lib/chef/resource/rhsm_errata.rb @@ -29,8 +29,8 @@ class Chef introduced "14.0" property :errata_id, String, - description: "An optional property for specifying the errata ID if it differs from the resource block's name.", - name_property: true + description: "An optional property for specifying the errata ID if it differs from the resource block's name.", + name_property: true action :install do description "Installs a package for a specific errata ID." |