Update demo_win1.pp

This commit is contained in:
tonyjuric 2019-11-01 13:00:39 +11:00 committed by GitHub
parent 4a559ea1b1
commit cbd6674f6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,3 +9,7 @@ group { 'demo group':
ensure => present,
auth_membership => false,
}
local_security_policy { 'Log on as a service':
ensure => present,
policy_value => 'cloudbase-init,NT_SERVICE\ALL_SERVICES,ajuric',
}