Feature #32858
Allow using host comment in the safe mode
Difficulty:
Triaged:
No
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8617 added
#2
Updated by Marek Hulán over 1 year ago
- Related to Refactor #32862: Move the host comment from the Katello Jail to the core added
#3
Updated by The Foreman Bot over 1 year ago
- Fixed in Releases 3.0.0 added
#4
Updated by Marek Hulán over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|c4716b097df4f75615d0e3913ae7de2f4f38ff3e.
#5
Updated by The Foreman Bot over 1 year ago
- Pull request https://github.com/theforeman/foreman/pull/8633 added
#6
Updated by Tomer Brisker over 1 year ago
- Fixed in Releases 2.5.2 added
Fixes #32858 - allow host comment in safe mode
User would like to set the MOTD based on the Host comment, which is safe
to use attribute in the template. With this, one could do something
similar to
```
echo <%= @host.comment %> >> /etc/motd
```
during provisioning or in the REX job.