Actions
Bug #1323
closedOperating system should not be required if host is unmanaged
Description
If I have a host with no Operating System set, and I have Unattended => true in my Settings, then Foreman will refuse to display the host, because it tries to render the template box for the bottom-right corner of the host page. Instead, you get a error stating "Operating system must be set"
I believe it makes more sense to render that template if the host is managed - just because you want to do unattended installations for some hosts doesn't mean you want to do it for all hosts...
This patch solves the problem for my use case, but there may be a better way to solve it...
Files
Actions