Set users groups
This commit is contained in:
parent
61b2f7a422
commit
9347dcfa1f
1 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,13 @@ class common {
|
||||||
comment => 'Jake Howard',
|
comment => 'Jake Howard',
|
||||||
home => '/home/jake',
|
home => '/home/jake',
|
||||||
uid => '1000',
|
uid => '1000',
|
||||||
shell => '/usr/bin/zsh'
|
shell => '/usr/bin/zsh',
|
||||||
|
groups => [
|
||||||
|
'bumblebee',
|
||||||
|
'input',
|
||||||
|
'users',
|
||||||
|
'wheel'
|
||||||
|
]
|
||||||
}
|
}
|
||||||
-> file { 'Create home directory':
|
-> file { 'Create home directory':
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
|
|
Loading…
Reference in a new issue