Fix unit tests failing against Puppet 4.3.0
authorGael Chamoulaud <gchamoul@redhat.com>
Wed, 25 Nov 2015 12:55:04 +0000 (13:55 +0100)
committerGael Chamoulaud <gchamoul@redhat.com>
Wed, 25 Nov 2015 12:55:04 +0000 (13:55 +0100)
Change-Id: I10c0d35b473026a5e1ede265099f73c803402adc
Related-bug: #1517805
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
spec/classes/tripleo_firewall_spec.rb

index c1249b9..7d1d1ec 100644 (file)
@@ -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'