diff --git a/examples/templates/conman.jinja b/examples/templates/conman.jinja index 6f21d7a..249994c 100644 --- a/examples/templates/conman.jinja +++ b/examples/templates/conman.jinja @@ -1,5 +1,8 @@ # -# This file was auto-generated by the OpenCHAMI "configurator" tool using the "{{name}}" plugin. +# This file was auto-generated by the OpenCHAMI "configurator" tool using the following plugin: +# Name: {{ plugin_name }} +# Version: {{ plugin_version }} +# Description: {{ plugin_description }} # # Source code: https://github.com/OpenCHAMI/configurator # Creating plugins: https://github.com/OpenCHAMI/configurator/blob/main/README.md#creating-generator-plugins diff --git a/examples/templates/dhcpd.jinja b/examples/templates/dhcpd.jinja index 377b244..5613f73 100644 --- a/examples/templates/dhcpd.jinja +++ b/examples/templates/dhcpd.jinja @@ -1,5 +1,8 @@ # -# This file was auto-generated by the OpenCHAMI "configurator" tool using the "{{name}}" plugin. +# This file was auto-generated by the OpenCHAMI "configurator" tool using the following plugin: +# Name: {{ plugin_name }} +# Version: {{ plugin_version }} +# Description: {{ plugin_description }} # # Source code: https://github.com/OpenCHAMI/configurator # Creating plugins: https://github.com/OpenCHAMI/configurator/blob/main/README.md#creating-generator-plugins diff --git a/examples/templates/dnsmasq.jinja b/examples/templates/dnsmasq.jinja index 0b50fac..c522039 100644 --- a/examples/templates/dnsmasq.jinja +++ b/examples/templates/dnsmasq.jinja @@ -1,7 +1,10 @@ # -# This file was auto-generated by the OpenCHAMI "configurator" tool using the "{{name}}" plugin. +# This file was auto-generated by the OpenCHAMI "configurator" tool using the following plugin: +# Name: {{ plugin_name }} +# Version: {{ plugin_version }} +# Description: {{ plugin_description }} # # Source code: https://github.com/OpenCHAMI/configurator # Creating plugins: https://github.com/OpenCHAMI/configurator/blob/main/README.md#creating-generator-plugins # -{{ output }} +{{ dhcp-hosts }} diff --git a/examples/templates/powerman.jinja b/examples/templates/powerman.jinja index 11b1e8c..5808124 100644 --- a/examples/templates/powerman.jinja +++ b/examples/templates/powerman.jinja @@ -1,5 +1,11 @@ # -# Ansible managed +# This file was auto-generated by the OpenCHAMI "configurator" tool using the following plugin: +# Name: {{ plugin_name }} +# Version: {{ plugin_version }} +# Description: {{ plugin_description }} +# +# Source code: https://github.com/OpenCHAMI/configurator +# Creating plugins: https://github.com/OpenCHAMI/configurator/blob/main/README.md#creating-generator-plugins # include "/etc/powerman/ipmipower.dev" include "/etc/powerman/ipmi.dev"