Skip to content

Commit

Permalink
remove DomainNetbiosName, not all types supported
Browse files Browse the repository at this point in the history
  • Loading branch information
derekam committed Feb 24, 2016
1 parent 668961a commit 60a5aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/domain.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
else node[:os_version] <= '6.1'
cmd = 'dcpromo -unattend'
cmd << " -newDomain:#{new_resource.type}"
cmd << " -NewDomainDNSName:#{new_resource.name}"
cmd << ' -RebootOnCompletion:Yes'
cmd << " -SafeModeAdminPassword:(convertto-securestring '#{new_resource.safe_mode_pass}' -asplaintext -Force)"
cmd << " -ReplicaOrNewDomain:#{new_resource.replica_type}"
Expand Down

0 comments on commit 60a5aa0

Please sign in to comment.