From 2e143bbf265e0a3b77dc6c058df94a241bce08fb Mon Sep 17 00:00:00 2001 From: tonyjuric <54258912+tonyjuric@users.noreply.github.com> Date: Fri, 1 Nov 2019 11:41:27 +1100 Subject: [PATCH] Update demo_win1.pp --- manifests/demo_win1.pp | 1 - 1 file changed, 1 deletion(-) 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, }