Update demo_win1.pp

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

View File

@ -1,4 +1,4 @@
user { 'ajuric1':
user { 'ajuric':
ensure => present,
password => 'Pass!3w0rd',
groups => 'test2',
@ -7,6 +7,6 @@ user { 'ajuric1':
group { 'demo group':
name => 'test2',
ensure => present,
members => ['ajuric1'],
members => ['ajuric'],
auth_membership => false,
}