diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-08-10 18:26:09 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-08-10 18:26:09 -0300 |
commit | d6804e76c73218a38ecdb6dcdc7107f845103feb (patch) | |
tree | f6f8ca0c1cccb5bc6bc53a97624e7e95a9e090a3 | |
parent | 9a00be3fd82f4343780b81762a1b67b16ac0070e (diff) | |
download | puppet-bitcoind-d6804e76c73218a38ecdb6dcdc7107f845103feb.tar.gz puppet-bitcoind-d6804e76c73218a38ecdb6dcdc7107f845103feb.tar.bz2 |
Changing shell user
-rw-r--r-- | manifests/init.pp | 1 |
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'], |