Project

General

Profile

« Previous | Next » 

Revision a64c58e8

Added by Dominic Cleal over 8 years ago

refs #4841 - change EL OSes to use 'tfm' SCL prefix

Parameters are supplied on the main foreman class to revert behaviour
for Foreman 1.9 and prior, plus on three plugin classes with
non-standard package names.

Closes GH-348

View differences:

spec/defines/foreman_plugin_spec.rb
} end
it 'should install the correct package' do
should contain_package('ruby193-rubygem-foreman_myplugin').with_ensure('installed')
should contain_package('tfm-rubygem-foreman_myplugin').with_ensure('installed')
end
it 'should not contain the config file' do

Also available in: Unified diff