diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-09-18 12:56:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-09-18 12:56:28 -0300 |
commit | 6884f3c45e1e8ac24e8c2c41d1617442586689fe (patch) | |
tree | 66df2593737a438a5bc6b4d6b2ed7d7a2deb3c3b /manifests | |
parent | 8df61451180b5598281525444570965d7f1129ce (diff) | |
download | puppet-nodo-6884f3c45e1e8ac24e8c2c41d1617442586689fe.tar.gz puppet-nodo-6884f3c45e1e8ac24e8c2c41d1617442586689fe.tar.bz2 |
Importing missing shorewall module
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index 0e7bae0..0ee25a8 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -40,6 +40,7 @@ import "ssl" import "autossh" import "nagios" import "mail" +import "shorewall" # Import subsystems import "subsystems/firewall.pp" |