summaryrefslogtreecommitdiff
path: root/lib/chef/resource/rhsm_subscription.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-09 21:09:55 -0700
committerTim Smith <tsmith@chef.io>2018-07-09 21:09:55 -0700
commit5b2fd637fde5c3b893db3b76a2e1ce4f2deed80a (patch)
tree880fb8a9dd9b5cac5bd0c35c88b9016d26ed2419 /lib/chef/resource/rhsm_subscription.rb
parent23d33adf3d4c879a67067e52f0850bb510571f28 (diff)
downloadchef-5b2fd637fde5c3b893db3b76a2e1ce4f2deed80a.tar.gz
Add missing periods in descriptions
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/rhsm_subscription.rb')
-rw-r--r--lib/chef/resource/rhsm_subscription.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/resource/rhsm_subscription.rb b/lib/chef/resource/rhsm_subscription.rb
index 9f198dc917..1f6eb9edee 100644
--- a/lib/chef/resource/rhsm_subscription.rb
+++ b/lib/chef/resource/rhsm_subscription.rb
@@ -33,7 +33,7 @@ class Chef
name_property: true
action :attach do
- description "Attach the node to a subscription pool"
+ description "Attach the node to a subscription pool."
execute "Attach subscription pool #{new_resource.pool_id}" do
command "subscription-manager attach --pool=#{new_resource.pool_id}"
@@ -43,7 +43,7 @@ class Chef
end
action :remove do
- description "Remove the node from a subscription pool"
+ description "Remove the node from a subscription pool."
execute "Remove subscription pool #{new_resource.pool_id}" do
command "subscription-manager remove --serial=#{pool_serial(new_resource.pool_id)}"