summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-08-10 18:26:09 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-08-10 18:26:09 -0300
commitd6804e76c73218a38ecdb6dcdc7107f845103feb (patch)
treef6f8ca0c1cccb5bc6bc53a97624e7e95a9e090a3
parent9a00be3fd82f4343780b81762a1b67b16ac0070e (diff)
downloadpuppet-bitcoind-d6804e76c73218a38ecdb6dcdc7107f845103feb.tar.gz
puppet-bitcoind-d6804e76c73218a38ecdb6dcdc7107f845103feb.tar.bz2
Changing shell user
-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'],