camptocamp / puppet-accounts

11 stars 40 forks source link

Wrong shell #16

Open TNAJanssen opened 9 years ago

TNAJanssen commented 9 years ago

It uses /bin/sh, where can you set the shell it needs to use?

CyberLine commented 9 years ago

class { 'accounts': ssh_keys => hiera_hash('accounts::ssh_keys', {}), users => hiera_hash('accounts::users', {}), usergroups => hiera_hash('accounts::usergroups', {}), shell => '/bin/bash', }