summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCollin McNeese <cmcneese@chef.io>2021-10-29 16:11:12 -0500
committerCollin McNeese <cmcneese@chef.io>2021-10-29 16:11:12 -0500
commitee0a807f4539e800cd443a43eb0fd68895cca965 (patch)
treedfbd4191a0b47e46a46af48b173b88c3111517b2
parentb72d0c224389f211d18f39b32b28b0ead3b8eff2 (diff)
downloadchef-ee0a807f4539e800cd443a43eb0fd68895cca965.tar.gz
fixes typo made in auto_attach edit
Signed-off-by: Collin McNeese <cmcneese@chef.io>
-rw-r--r--lib/chef/resource/rhsm_register.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/rhsm_register.rb b/lib/chef/resource/rhsm_register.rb
index 8f00dcf065..89182809c8 100644
--- a/lib/chef/resource/rhsm_register.rb
+++ b/lib/chef/resource/rhsm_register.rb
@@ -64,7 +64,7 @@ class Chef
property :auto_attach,
[TrueClass, FalseClass],
description: "If true, RHSM will attempt to automatically attach the host to applicable subscriptions. It is generally better to use an activation key with the subscriptions pre-defined.",
- introduced: "16.5"
+ default: false
property :install_katello_agent, [TrueClass, FalseClass],
description: "If true, the 'katello-agent' RPM will be installed.",