]> gitweb.fluxo.info Git - puppet-backupninja.git/commitdiff
Force bash at remote destination (backupninja upstream #3003)
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 15 May 2012 14:33:38 +0000 (11:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 15 May 2012 14:33:38 +0000 (11:33 -0300)
manifests/server.pp

index 3114b9201c33d2301c6e796e8f671accbb10d0b4..b01c0424f7faa55fc4bd99c2f137a0672e807f47 100644 (file)
@@ -174,7 +174,7 @@ class backupninja::server {
                 comment => "$real_user backup sandbox",
                 home    => "$real_dir",
                 managehome => true,
-                shell   => "/bin/sh",
+                shell   => "/bin/bash",
                 password => '*',
                 require => Group['backupninjas'],
                 tag => "$real_backuptag"
@@ -190,7 +190,7 @@ class backupninja::server {
                 comment => "$real_user backup sandbox",
                 home    => "$real_dir",
                 managehome => true,
-                shell   => "/bin/sh",
+                shell   => "/bin/bash",
                 password => '*',
                 require => Group['backupninjas'],
                 tag => "$real_backuptag"