diff --git a/modules/common/manifests/init.pp b/modules/common/manifests/init.pp index ee4ba47..0b321b6 100644 --- a/modules/common/manifests/init.pp +++ b/modules/common/manifests/init.pp @@ -6,6 +6,7 @@ class common { comment => 'Jake Howard', home => '/home/jake', uid => '1000', + shell => '/usr/bin/zsh' } -> file { 'Create home directory': ensure => directory,