diff options
author | varac <varacanero@zeromail.org> | 2013-03-07 18:15:45 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-07-09 14:16:59 +0200 |
commit | c1e55fde49858c1bc9cf0da129a3b7df91cf9899 (patch) | |
tree | b11492e47efcdf322daa1b803a4f999da2b404b4 /puppet/modules/site_mx/manifests | |
parent | 4ceba14f444e41dc7dcc9f2176f4bf464f5286cd (diff) |
include shorewall rules for site_mx
Diffstat (limited to 'puppet/modules/site_mx/manifests')
-rw-r--r-- | puppet/modules/site_mx/manifests/init.pp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/modules/site_mx/manifests/init.pp b/puppet/modules/site_mx/manifests/init.pp index f7f358ce..4b2db215 100644 --- a/puppet/modules/site_mx/manifests/init.pp +++ b/puppet/modules/site_mx/manifests/init.pp @@ -1,3 +1,7 @@ class site_mx { + tag 'leap_service' + include site_postfix::mx + include site_shorewall::mx + include site_shorewall::service::smtp } |