Fix selinux unit tests

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

Also pin systemd to match rdo for newton.

Change-Id: I36b3b4494f2086daeb574330ce21b19598650aa0
Closes-Bug: #1707243
Closes-Bug: #1710683
(cherry picked from commit f175a6e282)
This commit is contained in:
Alex Schultz 2017-07-27 12:54:30 -06:00
parent bd97ed555a
commit 8a154df52a
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ mod 'ntp',
mod 'systemd',
:git => 'https://github.com/camptocamp/puppet-systemd',
:ref => 'master'
:ref => 'a0321364514f52a4c110a15afbdad5109d768fe6'
mod 'ssh',
:git => 'https://github.com/saz/puppet-ssh',

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