Update demo_win1.pp

This commit is contained in:
tonyjuric 2019-10-31 10:21:58 +11:00 committed by GitHub
parent 7563840815
commit 0e491d70ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
}