diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000500.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000500.html | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000500.html b/zarb-ml/mageia-sysadm/2010-November/000500.html new file mode 100644 index 000000000..ce059c99f --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000500.html @@ -0,0 +1,135 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [243] save shorewall config in /etc/shorewall_test for testing + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B243%5D%20save%20shorewall%20config%20in%20/etc/shorewall_test%0A%09for%20testing&In-Reply-To=%3C20101112204303.8C6983FC0F%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="000499.html"> + <LINK REL="Next" HREF="000501.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [243] save shorewall config in /etc/shorewall_test for testing</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B243%5D%20save%20shorewall%20config%20in%20/etc/shorewall_test%0A%09for%20testing&In-Reply-To=%3C20101112204303.8C6983FC0F%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [243] save shorewall config in /etc/shorewall_test for testing">root at mageia.org + </A><BR> + <I>Fri Nov 12 21:43:03 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000499.html">[Mageia-sysadm] [242] add shorewall module +</A></li> + <LI>Next message: <A HREF="000501.html">[Mageia-sysadm] [244] enable shorewall module on jonund +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#500">[ date ]</a> + <a href="thread.html#500">[ thread ]</a> + <a href="subject.html#500">[ subject ]</a> + <a href="author.html#500">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 243 +Author: boklm +Date: 2010-11-12 21:43:03 +0100 (Fri, 12 Nov 2010) +Log Message: +----------- +save shorewall config in /etc/shorewall_test for testing + +Modified Paths: +-------------- + puppet/modules/shorewall/manifests/init.pp + +Modified: puppet/modules/shorewall/manifests/init.pp +=================================================================== +--- puppet/modules/shorewall/manifests/init.pp 2010-11-12 20:38:24 UTC (rev 242) ++++ puppet/modules/shorewall/manifests/init.pp 2010-11-12 20:43:03 UTC (rev 243) +@@ -1,8 +1,10 @@ + class shorewall { + include concat::setup + ++ $shorewalldir = "/etc/shorewall_test" ++ + define shorewallfile () { +- $filename = "/etc/shorewall/${name}" ++ $filename = "${shorewalldir}/${name}" + $header = "<A HREF="puppet:///modules/shorewall/headers/${name">puppet:///modules/shorewall/headers/${name</A>}" + $footer = "<A HREF="puppet:///modules/shorewall/footers/${name">puppet:///modules/shorewall/footers/${name</A>}" + concat{$filename: +@@ -27,7 +29,7 @@ + ### Rules + shorewallfile{ rules: } + define rule_line($order = 50) { +- $filename = "/etc/shorewall/rules" ++ $filename = "${shorewalldir}/shorewall/rules" + $line = $name + concat::fragment{"newline_${name}": + target => $filename, +@@ -54,7 +56,7 @@ + ### Zones + shorewallfile{ zones: } + define zone_line($order = 50) { +- $filename = "/etc/shorewall/zones" ++ $filename = "${shorewalldir}/shorewall/zones" + $line = $name + concat::fragment{"newline_${name}": + target => $filename, +@@ -74,7 +76,7 @@ + ### Policy + shorewallfile{ policy: } + define policy_line($order = 50) { +- $filename = "/etc/shorewall/policy" ++ $filename = "${shorewalldir}/shorewall/policy" + $line = $name + concat::fragment{"newline_${name}": + target => $filename, +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101112/b0caf7cf/attachment.html> +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000499.html">[Mageia-sysadm] [242] add shorewall module +</A></li> + <LI>Next message: <A HREF="000501.html">[Mageia-sysadm] [244] enable shorewall module on jonund +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#500">[ date ]</a> + <a href="thread.html#500">[ thread ]</a> + <a href="subject.html#500">[ subject ]</a> + <a href="author.html#500">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |