Project

General

Profile

« Previous | Next » 

Revision 9f802d90

Added by Marek Hulán over 2 years ago

Fixes #33034 - add a description to all provisioning templates

This PR udpates all the templates metadata to provide at least minimal
description that is then stored in the DB and shown in the edit form.

Co-authored-by: Timo Goebel <>
Co-authored-by: Lukas Zapletal <>

View differences:

app/views/unattended/provisioning_templates/provision/preseed_default.erb
test_on:
- debian4dhcp
- ubuntu4dhcp
%>
description: |
The provisioning template for preseed based distributions. The output is fetched by the installer during
the network based installation. To customize the installation, modify the host parameters.
-%>
<%
proxy_string = host_param('http-proxy') ? " http://#{host_param('http-proxy')}:#{host_param('http-proxy-port')}" : ''
ansible_enabled = plugin_present?('foreman_ansible')

Also available in: Unified diff