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 # USERS
user { 'Puppet': # user { 'Puppet':
ensure => present, # ensure => present,
groups => ['Administrators'], # groups => ['Administrators'],
password => 'Puppet4Life!', # password => 'Puppet4Life!',
} # }
# REG KEYS # REG KEYS
registry_key { 'HKEY_LOCAL_MACHINE\Software\Demonstration': registry_key { 'HKEY_LOCAL_MACHINE\Software\Demonstration':