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/kickstart_ifcfg_bonded_interface.erb
snippet: true
model: ProvisioningTemplate
kind: snippet
description: |
Generates the ifcfg configuration file for interface attached to a bond.
This is typically used by other templates and snippets that pass interface
object to be configured. It is not expected to be used directly.
-%>
<%= snippet('kickstart_ifcfg_generic_interface', :variables => {
:interface => @interface,

Also available in: Unified diff