Project

General

Profile

« Previous | Next » 

Revision f7fce13d

Added by Dmitri Dolguikh almost 11 years ago

fixes #2521 - mysql2 is now the default mysql adapter

View differences:

spec/classes/foreman_install_spec.rb
}"
end
it { should contain_package('foreman-mysql').with_require('Foreman::Install::Repos[foreman]') }
it { should contain_package('foreman-mysql2').with_require('Foreman::Install::Repos[foreman]') }
end
context 'with SELinux enabled' do
......
}"
end
it { should contain_package('foreman-mysql').with_require('Foreman::Install::Repos[foreman]') }
it { should contain_package('foreman-mysql2').with_require('Foreman::Install::Repos[foreman]') }
end
end
end

Also available in: Unified diff