Remove GeoIP in spec to fix the tests
The GeoIP package has been removed from c01a7a8280
but not in tests
This commit is contained in:
parent
9c7712a190
commit
6ca7a8bd38
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ describe 'nginx::package' do
|
|||
shared_examples 'redhat' do |operatingsystem|
|
||||
let(:facts) {{ :operatingsystem => operatingsystem }}
|
||||
it { should contain_package('nginx') }
|
||||
it { should contain_package('GeoIP') }
|
||||
it { should contain_package('gd') }
|
||||
it { should contain_package('libXpm') }
|
||||
it { should contain_package('libxslt') }
|
||||
|
|
Loading…
Reference in a new issue