From 4bc6cdc1967ab881af3807025dddb84418dfa7e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sun, 6 Nov 2022 22:56:10 +0100 Subject: Fix repack function. --- templates/unit_file.epp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/unit_file.epp b/templates/unit_file.epp index 6751058..02e5c32 100644 --- a/templates/unit_file.epp +++ b/templates/unit_file.epp @@ -1,9 +1,9 @@ <%- | Hash[String,Array[Hash]] $data | -%> # File managed by PUPPET -<%- $data.each |$key, $sub| { -%> +<%- $data.each |$key, $subs| { -%> +<%- $subs.each |$sub| { -%> -<%- $sub.each |$sub| { -%> [<%= $key %>] <%- $sub.each |$k, $v| { -%> <%- if $v =~ Array { $v.each |$v| { -%> -- cgit v1.2.3