rismoney / puppet-windowsnetwork

puppet provider for windows networking
9 stars 6 forks source link

fix setdnsdomain method parameter typo (illegal parameter) #4

Closed rismoney closed 11 years ago

rismoney commented 11 years ago

http://msdn.microsoft.com/en-us/library/windows/desktop/aa393294(v=vs.85).aspx states the argument is DNSDomain

All references to the illegal parameter were modified to align with the actual DNSDomain type (string)