diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 0ec363b..71ba0e5 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -43,7 +43,7 @@ class shorewall { Exec[concat_nat], Exec[concat_blacklist], Exec[concat_rfc1918], - Exec[concat_routestopped], + Exec[concat_routestopped] ], } |