Merge pull request #13 from maju6406/maju6406-patch-7

Update windows_baseline.pp
This commit is contained in:
Abir Majumdar 2018-09-13 12:49:56 -07:00 committed by GitHub
commit a346652f67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,8 @@ class profile::windows_baseline {
# USERS
user { 'Puppet':
ensure => present,
groups => ['Administrators'],
ensure => present,
groups => ['Administrators'],
password => 'Puppet4Life!',
}