summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/unit_file.epp2
1 files changed, 2 insertions, 0 deletions
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| { -%>