summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp22
1 files changed, 11 insertions, 11 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 98be44c..03e1129 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -33,17 +33,17 @@ class shorewall {
ensure => running,
enable => true,
subscribe => [
- Exec["concat_/var/lib/puppet/modules/shorewall/zones],
- Exec["concat_/var/lib/puppet/modules/shorewall/interfaces],
- Exec["concat_/var/lib/puppet/modules/shorewall/hosts],
- Exec["concat_/var/lib/puppet/modules/shorewall/policy],
- Exec["concat_/var/lib/puppet/modules/shorewall/rules],
- Exec["concat_/var/lib/puppet/modules/shorewall/masq],
- Exec["concat_/var/lib/puppet/modules/shorewall/proxyarp],
- Exec["concat_/var/lib/puppet/modules/shorewall/nat],
- Exec["concat_/var/lib/puppet/modules/shorewall/blacklist],
- Exec["concat_/var/lib/puppet/modules/shorewall/rfc1918],
- Exec["concat_/var/lib/puppet/modules/shorewall/routestopped]
+ Exec["concat_/var/lib/puppet/modules/shorewall/zones"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/interfaces"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/hosts"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/policy"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/rules"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/masq"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/proxyarp"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/nat"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/blacklist"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/rfc1918"],
+ Exec["concat_/var/lib/puppet/modules/shorewall/routestopped"]
],
}