summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorVivek Singh <vivek.singh@msystechnologies.com>2020-04-07 00:24:35 +0530
committerVivek Singh <vivek.singh@msystechnologies.com>2020-04-07 00:24:35 +0530
commita700fec953f275b2b0338130baa85b12beec0aea (patch)
treed154db2f588316c289b33036c5de256a040172b6 /lib
parentbe60ec97c5774ebaf7d2f4cfdc82bc51f59fb2bb (diff)
downloadchef-a700fec953f275b2b0338130baa85b12beec0aea.tar.gz
some spec typos
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/provider/systemd_unit.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/provider/systemd_unit.rb b/lib/chef/provider/systemd_unit.rb
index 99b72e0865..f1b104de21 100644
--- a/lib/chef/provider/systemd_unit.rb
+++ b/lib/chef/provider/systemd_unit.rb
@@ -121,9 +121,9 @@ class Chef
end
action :reenable do
- converge_by("re-enabling unit: #{new_resource.unit_name}") do
+ converge_by("reenabling unit: #{new_resource.unit_name}") do
systemctl_execute!(:reenable, new_resource.unit_name)
- logger.info("#{new_resource} re-enabled")
+ logger.info("#{new_resource} reenabled")
end
end