From: Gael Chamoulaud Date: Wed, 25 Nov 2015 12:55:04 +0000 (+0100) Subject: Fix unit tests failing against Puppet 4.3.0 X-Git-Tag: opnfv-6.0.0~829^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=43dc589165250a3948df4d31ef5817fa9efbc19e;p=apex-puppet-tripleo.git Fix unit tests failing against Puppet 4.3.0 Change-Id: I10c0d35b473026a5e1ede265099f73c803402adc Related-bug: #1517805 Signed-off-by: Gael Chamoulaud --- diff --git a/spec/classes/tripleo_firewall_spec.rb b/spec/classes/tripleo_firewall_spec.rb index c1249b9..7d1d1ec 100644 --- a/spec/classes/tripleo_firewall_spec.rb +++ b/spec/classes/tripleo_firewall_spec.rb @@ -105,7 +105,10 @@ describe 'tripleo::firewall' do context 'on RedHat platforms' do let :facts do - { :osfamily => 'RedHat' } + { + :osfamily => 'RedHat', + :operatingsystemrelease => '7.1', + } end it_configures 'tripleo node'