Actions
Feature #35137
closedPermit setting puppet tag during install
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Unattended installations
Target version:
-
Description
Currently, puppet either runs the whole catalog or nothing during the installation.
By adding a parameter, folks can curate a set of specific tags they'd like to run during the installation using tags they define. This will allow for people to select specific items they'd like to run using their own naming convention rather than defining `no_such_tag` as an actual tag that exists.
Example workflow:
I've got exactly one class I'd like to run during the installation phase. Rather than attaching it to `no_such_tag` I can instead tell foreman to have puppet run the `installer_safe` tag.
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9285 added
Updated by Pat Riehecky about 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|06600bcca9025390a004413700deda4fa601837e.
Updated by Ewoud Kohl van Wijngaarden almost 2 years ago
- Category set to Unattended installations
- Triaged changed from No to Yes
Actions