From d6804e76c73218a38ecdb6dcdc7107f845103feb Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 10 Aug 2012 18:26:09 -0300 Subject: Changing shell user --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) 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'], -- cgit v1.2.3