Fix selinux unit tests

The selinux test was also failing due to a type issue with the fact
being used (boolean vs string)

Change-Id: I36b3b4494f2086daeb574330ce21b19598650aa0
Closes-Bug: #1707243
This commit is contained in:
Alex Schultz 2017-07-27 12:54:30 -06:00
parent 54d8983a2b
commit f175a6e282
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ describe 'tripleo::selinux' do
context 'with selinux disabled' do
before :each do
facts.merge!({ :selinux => 'false' })
facts.merge!({ :selinux => false })
end
let :params do