Set default shell

This commit is contained in:
Jake Howard 2017-11-07 13:52:12 +00:00
parent aa5fc6d08e
commit ba17aa59d3
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -6,6 +6,7 @@ class common {
comment => 'Jake Howard',
home => '/home/jake',
uid => '1000',
shell => '/usr/bin/zsh'
}
-> file { 'Create home directory':
ensure => directory,