X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=modules%2Froles%2Fmanifests%2Flists.pp;h=bd9c72a0974cc14167c508d508fa8991587c4840;hb=33a685862291e6f3c0c7f9df702b930430bbe419;hp=ae31bcd1d95deb1ec735fbcca1611e1b0b8a0841;hpb=f544f1641597aacfeeefc1429d7a10f396f0a1e0;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/lists.pp b/modules/roles/manifests/lists.pp index ae31bcd1d..bd9c72a09 100644 --- a/modules/roles/manifests/lists.pp +++ b/modules/roles/manifests/lists.pp @@ -1,6 +1,13 @@ class roles::lists { + include apache2 + ssl::service { 'lists.debian.org': notify => Exec['service apache2 reload'], key => true, } + + ferm::rule::simple { 'dsa-smtp': + description => 'Allow smtp access from the world', + port => '25', + } }