Project

General

Profile

« Previous | Next » 

Revision 0dc6b6bd

Added by Mike McCune about 8 years ago

Fixes #14534 - ensure we install client-bootstrap (#81)

The client-bootstrap lands in /var/www/html/pub and is needed on the
capsule for clients without access top to the Foreman server

View differences:

manifests/init.pp
false => '443'
}
package{ ['katello-debug']:
package{ ['katello-debug', 'katello-client-bootstrap']:
ensure => installed,
}
spec/classes/capsule_spec.rb
end
it { should contain_package('katello-debug') }
it { should contain_package('katello-client-bootstrap') }
end
context 'with pulp' do

Also available in: Unified diff