Specify kernel in spec tests as the firewall module requires it

This commit is contained in:
Garrett Honeycutt 2015-06-17 15:42:04 -04:00 committed by Ken Barber
parent 8924634f10
commit d82263f340

View file

@ -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