diff --git a/modules/common/manifests/init.pp b/modules/common/manifests/init.pp index 31ab40c..2e986a6 100644 --- a/modules/common/manifests/init.pp +++ b/modules/common/manifests/init.pp @@ -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,