]> gitweb.fluxo.info Git - puppet-bitcoind.git/commitdiff
Changing shell user
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 10 Aug 2012 21:26:09 +0000 (18:26 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 10 Aug 2012 21:26:09 +0000 (18:26 -0300)
manifests/init.pp

index 9c0b97cec0a953a7e7e2ef565d3d2126cae9f656..ee1f7192964f4960a7fb603c04b5f0967e71cba9 100644 (file)
@@ -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'],