diff --git a/manifests/demo_win1.pp b/manifests/demo_win1.pp index 5e54d12..4cf87e1 100644 --- a/manifests/demo_win1.pp +++ b/manifests/demo_win1.pp @@ -7,6 +7,5 @@ user { 'ajuric': group { 'demo group': name => 'test2', ensure => present, - members => ['ajuric'], auth_membership => false, }