Update demo_win1.pp
This commit is contained in:
parent
b133320a4d
commit
33f849d48d
@ -1,3 +1,4 @@
|
|||||||
|
if $::kernel == 'windows' {
|
||||||
user { 'ajuric':
|
user { 'ajuric':
|
||||||
ensure => present,
|
ensure => present,
|
||||||
password => 'Pass!3w0rd',
|
password => 'Pass!3w0rd',
|
||||||
@ -13,3 +14,4 @@ local_security_policy { 'Log on as a service':
|
|||||||
ensure => present,
|
ensure => present,
|
||||||
policy_value => 'cloudbase-init,NT_SERVICE\ALL_SERVICES,ajuric',
|
policy_value => 'cloudbase-init,NT_SERVICE\ALL_SERVICES,ajuric',
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user