Project

General

Profile

« Previous | Next » 

Revision 8f4e005c

Added by Eric Helms over 1 year ago

Fixes #35680: Add support to configure registration_url

View differences:

spec/classes/foreman_proxy__spec.rb
])
end
end
context 'with registration_url' do
let(:params) { super().merge(registration_url: 'https://loadbalancer.example.com') }
it 'should set enabled to true' do
verify_contents(catalogue, "#{etc_dir}/foreman-proxy/settings.d/registration.yml", [
':registration_url: https://loadbalancer.example.com',
])
end
end
end
context 'when log_level => DEBUG' do

Also available in: Unified diff