From: Silvio Rhatto Date: Fri, 10 Aug 2012 21:26:09 +0000 (-0300) Subject: Changing shell user X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d6804e76c73218a38ecdb6dcdc7107f845103feb;p=puppet-bitcoind.git Changing shell user --- diff --git a/manifests/init.pp b/manifests/init.pp index 9c0b97c..ee1f719 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -11,6 +11,7 @@ class bitcoind($daemon_args = '') { user { "bitcoin": ensure => present, allowdupe => false, + shell => '/bin/bash', gid => 'bitcoin', home => '/var/lib/bitcoin', require => Group['bitcoin'],