From d14ddcb50e5415740c2f81496738ee335dd6ebe6 Mon Sep 17 00:00:00 2001 From: Collin McNeese Date: Fri, 29 Oct 2021 17:04:03 -0500 Subject: Updates description for rhsm_register release property and removes Integer type Signed-off-by: Collin McNeese --- lib/chef/resource/rhsm_register.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/chef/resource/rhsm_register.rb b/lib/chef/resource/rhsm_register.rb index 89182809c8..2f4b5fa6f5 100644 --- a/lib/chef/resource/rhsm_register.rb +++ b/lib/chef/resource/rhsm_register.rb @@ -92,8 +92,8 @@ class Chef introduced: "17.8" property :release, - [Integer, Float, String], - description: "Sets the operating system minor release to use for subscriptions for the system. Products and updates are limited to the specified minor release version. This is used only used with the auto_attach option.", + [Float, String], + description: "Sets the operating system minor release to use for subscriptions for the system. Products and updates are limited to the specified minor release version. This is used only used with the auto_attach option. For example, `release '6.4'` will append `--release=6.4` to the register command.", introduced: "17.8" action :register, description: "Register the node with RHSM." do -- cgit v1.2.1