Update demo_win1.pp

This commit is contained in:
tonyjuric 2019-11-01 11:41:27 +11:00 committed by GitHub
parent 9e7de7abb1
commit 2e143bbf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,5 @@ user { 'ajuric':
group { 'demo group':
name => 'test2',
ensure => present,
members => ['ajuric'],
auth_membership => false,
}