Actions
Feature #32919
closedEnable Salt Autosign via Grains for Provisioning Template
Difficulty:
easy
Triaged:
No
Description
A new Salt Autosign via Grains procedure has been implemented and was already merged for Foreman Salt (https://github.com/theforeman/foreman_salt/pull/136) and Smart Proxy Salt (https://github.com/theforeman/foreman_salt/pull/136).
To enable the new procedure, changes to the Provisioning Template Snippet are necessary which includes calling the
@host.derive_salt_grains()
method to get the grains which shall be added to the minion configuration.
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
Updated by Bastian Schmidt almost 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|ce2190057571ad3d9c3db3f6a80b9dcf52448426.
Updated by Ewoud Kohl van Wijngaarden almost 3 years ago
- Target version set to 3.0.2
Updated by The Foreman Bot almost 3 years ago
- Pull request https://github.com/theforeman/foreman/pull/9048 added
Actions