summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Magnus Rakvåg <tor.magnus@outlook.com>2018-12-14 13:42:51 +0100
committerTor Magnus Rakvåg <tor.magnus@outlook.com>2018-12-14 13:42:51 +0100
commit466a89fb8a364d39edbc4aca5d40bbb96679685e (patch)
treef2208cec033c8ce02b20fe383e28906848a0184d
parent2625f44c2008448159bf7fbb70bdca5887c0d2a6 (diff)
downloadchef-466a89fb8a364d39edbc4aca5d40bbb96679685e.tar.gz
reword for consistency
Signed-off-by: Tor Magnus Rakvåg <tor.magnus@outlook.com>
-rw-r--r--lib/chef/resource/windows_ad_join.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_ad_join.rb b/lib/chef/resource/windows_ad_join.rb
index b6a66bae47..50e71ef362 100644
--- a/lib/chef/resource/windows_ad_join.rb
+++ b/lib/chef/resource/windows_ad_join.rb
@@ -75,7 +75,7 @@ class Chef
ps_run = powershell_out(cmd)
if ps_run.error?
if sensitive?
- raise "Failed to join the domain #{new_resource.domain_name}: *sensitive output suppressed*"
+ raise "Failed to join the domain #{new_resource.domain_name}: *suppressed sensitive resource output*"
else
raise "Failed to join the domain #{new_resource.domain_name}: #{ps_run.stderr}"
end