X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;ds=inline;f=puppet%2Fwindc.pp;fp=puppet%2Fwindc.pp;h=18f6df67aed31da8558ce9171b7b24e5c889003e;hb=4f31063a753a75338c5cbbd7e62f717d715d66f3;hp=0000000000000000000000000000000000000000;hpb=e907bf835bb61d8888f2fcd59c90bd071e841cf7;p=clearscm.git diff --git a/puppet/windc.pp b/puppet/windc.pp new file mode 100644 index 0000000..18f6df6 --- /dev/null +++ b/puppet/windc.pp @@ -0,0 +1,25 @@ +# RDE Puppet Windows Domain Controller config + +# This subclass defines the configuration for RDE Windows domain controller +class rde::windows::domain_controller { + tag 'dc' + + install => 'present', + installmanagementtools => true, + restart => true, + installflag => true, + configure => 'present', + configureflag => true, + domain => 'forest', + domainname => 'gddsi.com', + netbiosdomainname => 'rde', + domainlevel => '6', + forestlevel => '6', + databasepath => 'c:\windows\ntds', + logpath => 'c:\windows\ntds', + sysvolpath => 'c:\windows\sysvol', + installtype => 'domain', + dsrmpassword => '', + installdns => 'yes', + localadminpassword => '', +} \ No newline at end of file