Actions
Feature #31743
closedFeature #30440: Simple & automatic host registration WF
Install packages after host registration
Description
As a user I want to be able to easily automate installation of additional packages at the end of the registration.
New features:
- New Global Parameter `registration_install_packages`
- New snippet `manage_packages`
- New template macro `manage_packages`
Added by Leos Stejskal almost 4 years ago
Actions
Fixes #31743 - Template macro install_packages (#8298)
For package installation on supported OS families: Red Hat, Debian & Suse.
In host registration users can now install packages
by setting the `host_packages` parameter.
Also if a snippet `host_init_config_post` is defined, it gets added to the registration script.