From 6be13799d8a2ee49c3af88ffd7a474c39f1475e3 Mon Sep 17 00:00:00 2001 From: Rehan Mahmood Date: Mon, 4 May 2020 14:11:05 -0400 Subject: Allow adding custom ferm dsl for subchains. This is important for using complex iptable rules that are currently not supported by this module or would be very hard to manage just using puppet. --- templates/ferm_chain_custom.conf.epp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 templates/ferm_chain_custom.conf.epp (limited to 'templates/ferm_chain_custom.conf.epp') diff --git a/templates/ferm_chain_custom.conf.epp b/templates/ferm_chain_custom.conf.epp new file mode 100644 index 0000000..356311c --- /dev/null +++ b/templates/ferm_chain_custom.conf.epp @@ -0,0 +1,4 @@ +<%- | String[1] $content, +| -%> +# THIS FILE IS MANAGED BY PUPPET +<%= $content %> -- cgit v1.2.3