From 123507e708737642362a8d400109c995f880e04e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 13 Oct 2022 00:08:56 +0200 Subject: Add puppet notice to generated sytemd files. --- templates/unit_file.epp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/unit_file.epp b/templates/unit_file.epp index 00d486a..1482b29 100644 --- a/templates/unit_file.epp +++ b/templates/unit_file.epp @@ -1,6 +1,8 @@ <%- | Hash[String,Hash] $data | -%> +# File managed by PUPPET <%- $data.each |$key, $sub| { -%> + [<%= $key %>] <%- $sub.each |$k, $v| { -%> <%- if $v =~ Array { $v.each |$v| { -%> -- cgit v1.2.3