1.4.0 Release
Includes bugfixes & enhancements since 1.3.0
- bootstrap.py now checks if Katello/Spacewalk/Satellite are installed already and error out
- bootstrap.py now allows providing a repository for subscription-manager and associated dependencies if they are not installed already. (see the
--deps-repository-url*
options. - bootstrap.py now allows the ability to install additional user specified packages during the bootstrap process (see the
--install-packages
option.) - Allow configuring Puppet in noop mode, useful for ensuring the agent is installed, but not actively enforcing (see the
--puppet-noop
option. - Allow disabling the automatic start of the Puppet agent after registration. (see the
--skip puppet-enable
option)