summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000518.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000518.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000518.html136
1 files changed, 136 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000518.html b/zarb-ml/mageia-sysadm/2010-November/000518.html
new file mode 100644
index 000000000..416c07bf6
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-November/000518.html
@@ -0,0 +1,136 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [252] use shorewall for shorewall directory
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B252%5D%20use%20shorewall%20for%20shorewall%20directory&In-Reply-To=%3C20101112223333.E48C13FC0C%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="000517.html">
+ <LINK REL="Next" HREF="000519.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [252] use shorewall for shorewall directory</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B252%5D%20use%20shorewall%20for%20shorewall%20directory&In-Reply-To=%3C20101112223333.E48C13FC0C%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [252] use shorewall for shorewall directory">root at mageia.org
+ </A><BR>
+ <I>Fri Nov 12 23:33:33 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000517.html">[Mageia-sysadm] [251] add newlines at end of added lines
+</A></li>
+ <LI>Next message: <A HREF="000519.html">[Mageia-sysadm] [253] don't use a variable for shorewall dir (not working)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#518">[ date ]</a>
+ <a href="thread.html#518">[ thread ]</a>
+ <a href="subject.html#518">[ subject ]</a>
+ <a href="author.html#518">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 252
+Author: boklm
+Date: 2010-11-12 23:33:33 +0100 (Fri, 12 Nov 2010)
+Log Message:
+-----------
+use shorewall for shorewall directory
+
+Modified Paths:
+--------------
+ puppet/modules/shorewall/manifests/init.pp
+
+Modified: puppet/modules/shorewall/manifests/init.pp
+===================================================================
+--- puppet/modules/shorewall/manifests/init.pp 2010-11-12 22:29:49 UTC (rev 251)
++++ puppet/modules/shorewall/manifests/init.pp 2010-11-12 22:33:33 UTC (rev 252)
+@@ -1,8 +1,10 @@
+ class shorewall {
+ include concat::setup
+
++ $shorewalldir = &quot;/tmp/shorewall&quot;
++
+ define shorewallfile () {
+- $filename = &quot;/tmp/shorewall/${name}&quot;
++ $filename = &quot;${shorewalldir}/${name}&quot;
+ $header = &quot;<A HREF="puppet:///modules/shorewall/headers/${name">puppet:///modules/shorewall/headers/${name</A>}&quot;
+ $footer = &quot;<A HREF="puppet:///modules/shorewall/footers/${name">puppet:///modules/shorewall/footers/${name</A>}&quot;
+ concat{$filename:
+@@ -27,7 +29,7 @@
+ ### Rules
+ shorewallfile{ rules: }
+ define rule_line($order = 50) {
+- $filename = &quot;/tmp/shorewall/rules&quot;
++ $filename = &quot;${shorewalldir}/rules&quot;
+ $line = &quot;${name}\n&quot;
+ concat::fragment{&quot;newline_${name}&quot;:
+ target =&gt; $filename,
+@@ -54,7 +56,7 @@
+ ### Zones
+ shorewallfile{ zones: }
+ define zone_line($order = 50) {
+- $filename = &quot;/tmp/shorewall/zones&quot;
++ $filename = &quot;${shorewalldir}/zones&quot;
+ $line = &quot;${name}\n&quot;
+ concat::fragment{&quot;newline_${name}&quot;:
+ target =&gt; $filename,
+@@ -74,7 +76,7 @@
+ ### Policy
+ shorewallfile{ policy: }
+ define policy_line($order = 50) {
+- $filename = &quot;/tmp/shorewall/policy&quot;
++ $filename = &quot;${shorewalldir}/policy&quot;
+ $line = &quot;${name}\n&quot;
+ concat::fragment{&quot;newline_${name}&quot;:
+ target =&gt; $filename,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101112/4324c8f9/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000517.html">[Mageia-sysadm] [251] add newlines at end of added lines
+</A></li>
+ <LI>Next message: <A HREF="000519.html">[Mageia-sysadm] [253] don't use a variable for shorewall dir (not working)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#518">[ date ]</a>
+ <a href="thread.html#518">[ thread ]</a>
+ <a href="subject.html#518">[ subject ]</a>
+ <a href="author.html#518">[ 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>