Merge pull request #14 from maju6406/maju6406-patch-8

Removing user
This commit is contained in:
Abir Majumdar 2018-09-13 12:53:50 -07:00 committed by GitHub
commit c971beb77a
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':