summaryrefslogtreecommitdiff
path: root/modules/networking/templates/unit_file.epp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/networking/templates/unit_file.epp11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/networking/templates/unit_file.epp b/modules/networking/templates/unit_file.epp
deleted file mode 100644
index 00d486a..0000000
--- a/modules/networking/templates/unit_file.epp
+++ /dev/null
@@ -1,11 +0,0 @@
-<%- | Hash[String,Hash] $data
-| -%>
-<%- $data.each |$key, $sub| { -%>
-[<%= $key %>]
-<%- $sub.each |$k, $v| { -%>
-<%- if $v =~ Array { $v.each |$v| { -%>
-<%= $k %>=<%= $v %>
-<%- } } else { -%>
-<%= $k %>=<%= $v %>
-<%- } -%>
-<%- }} -%>