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/snippet/preseed_networking_setup.erb
name: preseed_networking_setup
model: ProvisioningTemplate
snippet: true
description: this will configure your host networking, it configures your primary interface as well
as other configures NICs. It supports physical, VLAN and Alias interfaces. It's intended to be
called in your preseed finish template.
%>
description: |
This will configure your host networking, it configures your primary interface as well
as other configures NICs. It supports physical, VLAN and Alias interfaces. It's intended to be
called in your preseed finish template.
-%>
<% host_subnet = @host.subnet -%>
<% host_dhcp = host_subnet.nil? ? true : host_subnet.dhcp_boot_mode? -%>
<% host_subnet6 = @host.subnet6 -%>

Also available in: Unified diff