Project

General

Profile

« Previous | Next » 

Revision 897430f7

Added by Alex Fisher about 7 years ago

Remove all use of mongodb_version fact

Support for EL6 has been dropped. In EL7, EPEL provides mongodb > 2.6.0
so the version check in the template is no longer required. There's
nowhere else in the code the fact is being used.

View differences:

spec/classes/pulp_child_spec.rb
context 'on redhat' do
let :facts do
on_supported_os['redhat-7-x86_64'].merge(:concat_basedir => '/tmp', :mongodb_version => '2.4.14', :root_home => '/root')
on_supported_os['redhat-7-x86_64']
end
let :pre_condition do

Also available in: Unified diff