Set users groups

This commit is contained in:
Jake Howard 2018-03-04 12:25:13 +00:00
parent 61b2f7a422
commit 9347dcfa1f
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -6,7 +6,13 @@ class common {
comment => 'Jake Howard',
home => '/home/jake',
uid => '1000',
shell => '/usr/bin/zsh'
shell => '/usr/bin/zsh',
groups => [
'bumblebee',
'input',
'users',
'wheel'
]
}
-> file { 'Create home directory':
ensure => directory,