Feature #197
Allow site local views of unattended installation
Description
While the various unattended views are pretty broadly designed, inevitably some sites will end up having to create their own local versions. This is pretty simple to maintain when foreman is installed via git, but becomes a major pain if using RPM or deb packages.
As an alternative, it would be great if foreman could check for a site local copy of the unattended views, and prefer those over the packaged ones. Then, the view rendering would look roughly like this:
if exists? kickstart-local.rhtml then
render kickstart-local.rhtml
else
render kickstart.rhtml
end
Associated revisions
History
#1
Updated by Ohad Levy about 13 years ago
- Target version set to 0.1-5
#2
Updated by Ohad Levy about 13 years ago
- Status changed from New to Ready For Testing
- % Done changed from 0 to 100
Applied in changeset 0c759d7b431eba3c7bfb3e23005b0579f3221896.
#3
Updated by Ohad Levy about 13 years ago
- Status changed from Ready For Testing to Closed
fixes #197 - Allow site local views of unattended installation