From: Silvio Rhatto Date: Tue, 15 May 2012 14:33:38 +0000 (-0300) Subject: Force bash at remote destination (backupninja upstream #3003) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3815377799754d09f5ca28efdda8b78d9d3e2aa4;p=puppet-backupninja.git Force bash at remote destination (backupninja upstream #3003) --- diff --git a/manifests/server.pp b/manifests/server.pp index 3114b92..b01c042 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -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"