diff options
author | brewn <nbrewer@chef.io> | 2018-03-29 09:55:06 -0400 |
---|---|---|
committer | brewn <nbrewer@chef.io> | 2018-03-29 09:55:06 -0400 |
commit | de343a4028e703378432dd185ea40c7335e29c90 (patch) | |
tree | 77fd405d7c8ef333adc81bebe421865de7ff2c7c /lib/chef/resource/windows_ad_join.rb | |
parent | d81726f0866b227413e4ccfad3cdb3b3651d34fa (diff) | |
download | chef-de343a4028e703378432dd185ea40c7335e29c90.tar.gz |
remove default
Signed-off-by: brewn <nbrewer@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_ad_join.rb')
-rw-r--r-- | lib/chef/resource/windows_ad_join.rb | 2 |
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 8f58e6e959..7c026dba28 100644 --- a/lib/chef/resource/windows_ad_join.rb +++ b/lib/chef/resource/windows_ad_join.rb @@ -57,7 +57,7 @@ class Chef default: true action :join do - description "Default. Join the Active Directory domain." + description "Join the Active Directory domain." unless on_domain? cmd = "$pswd = ConvertTo-SecureString \'#{new_resource.domain_password}\' -AsPlainText -Force;" |