Removing user

This commit is contained in:
Abir Majumdar 2018-09-13 12:53:39 -07:00 committed by GitHub
parent a346652f67
commit db60c7f667
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,11 +25,11 @@ class profile::windows_baseline {
}
# USERS
user { 'Puppet':
ensure => present,
groups => ['Administrators'],
password => 'Puppet4Life!',
}
# user { 'Puppet':
# ensure => present,
# groups => ['Administrators'],
# password => 'Puppet4Life!',
# }
# REG KEYS
registry_key { 'HKEY_LOCAL_MACHINE\Software\Demonstration':