Fix Horizon unit test (missing fact for RHEL)
Signed-off-by: Emilien Macchi <emilien.macchi@enovance.com>
This commit is contained in:
parent
eac69736f7
commit
0e8428bbeb
@ -55,6 +55,7 @@ describe 'privatecloud::dashboard' do
|
|||||||
let :facts do
|
let :facts do
|
||||||
{ :osfamily => 'RedHat',
|
{ :osfamily => 'RedHat',
|
||||||
:operatingsystemrelease => '6',
|
:operatingsystemrelease => '6',
|
||||||
|
:ipaddress_eth0 => '10.0.0.1',
|
||||||
:concat_basedir => '/var/lib/puppet/concat' }
|
:concat_basedir => '/var/lib/puppet/concat' }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user