Merge pull request #587 from mhaskel/fix_postgresql_acceptance_tests

Fix acceptance tests for EL
This commit is contained in:
Colleen Murphy 2015-03-17 16:44:11 -07:00
commit 67577e8403

View file

@ -4,7 +4,7 @@ require 'spec_helper_acceptance'
# location properly.
# Allow postgresql to use /tmp/* as a datadir
if fact('osfamily') == 'RedHat' and fact('selinux') == true
if fact('osfamily') == 'RedHat' and fact('selinux') == 'true'
shell 'setenforce 0'
end