Update windows_baseline.pp
This commit is contained in:
parent
8ad51de93e
commit
51c3fb1244
@ -25,10 +25,10 @@ class profile::windows_baseline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# USERS
|
# USERS
|
||||||
user { 'Puppet Demo User':
|
user { 'Puppet':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
groups => ['Administrators'],
|
groups => ['Administrators'],
|
||||||
password => '$1$HTQUGYUGYUGwsxQxCp3F/nGc4DCYM/',
|
password => 'Puppet4Life!',
|
||||||
}
|
}
|
||||||
|
|
||||||
# REG KEYS
|
# REG KEYS
|
||||||
|
Loading…
Reference in New Issue
Block a user