Specify kernel in spec tests as the firewall module requires it
This commit is contained in:
parent
8924634f10
commit
d82263f340
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ describe 'puppetdb::server', :type => :class do
|
||||||
:osfamily => 'RedHat',
|
:osfamily => 'RedHat',
|
||||||
:operatingsystem => 'RedHat',
|
:operatingsystem => 'RedHat',
|
||||||
:operatingsystemrelease => '6.5',
|
:operatingsystemrelease => '6.5',
|
||||||
:fqdn => 'test.domain.local'
|
:fqdn => 'test.domain.local',
|
||||||
|
:kernel => 'Linux',
|
||||||
}
|
}
|
||||||
|
|
||||||
context 'on a supported platform' do
|
context 'on a supported platform' do
|
||||||
|
|
Loading…
Reference in a new issue