Make elastic-recheck's shell bash

Change-Id: Ibbc24d172f9fd6eaf8ac0f3cf15df654f9979bbf
This commit is contained in:
James E. Blair 2013-09-30 15:02:25 -07:00
parent fd832de552
commit 9e8b831c47

View File

@ -32,7 +32,7 @@ class elastic_recheck (
user { 'recheck':
ensure => present,
home => '/home/recheck',
shell => '/bin/false',
shell => '/bin/bash',
gid => 'recheck',
require => Group['recheck'],
}