summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
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'],