From 0e491d70bac1bd8547fe61cec06df470dae9bcd1 Mon Sep 17 00:00:00 2001 From: tonyjuric <54258912+tonyjuric@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:21:58 +1100 Subject: [PATCH] Update demo_win1.pp --- manifests/demo_win1.pp | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/manifests/demo_win1.pp b/manifests/demo_win1.pp index f47d144..6ec3c5d 100644 --- a/manifests/demo_win1.pp +++ b/manifests/demo_win1.pp @@ -1,13 +1,12 @@ -group { 'demo group': - name => 'test2', - ensure => present, - members => ['ajuric1'], - auth_membership => false, -} - user { 'ajuric1': ensure => present, password => 'Pass!3w0rd', groups => 'test2', auth_membership => inclusive } +group { 'demo group': + name => 'test2', + ensure => present, + members => ['ajuric1'], + auth_membership => false, +}