From cbd6674f6c5039166f92eb709734d62e50130f9b Mon Sep 17 00:00:00 2001 From: tonyjuric <54258912+tonyjuric@users.noreply.github.com> Date: Fri, 1 Nov 2019 13:00:39 +1100 Subject: [PATCH] Update demo_win1.pp --- manifests/demo_win1.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manifests/demo_win1.pp b/manifests/demo_win1.pp index 4cf87e1..f6cfafc 100644 --- a/manifests/demo_win1.pp +++ b/manifests/demo_win1.pp @@ -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', +}