X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Flists.pp;h=bd9c72a0974cc14167c508d508fa8991587c4840;hb=aacb33f46fdcb555fd52126f08c48b0eaa26fafb;hp=e429aba958b24d21fa814c713c0ae627c17a46a3;hpb=f833a1c122597f80da4d4095cae8d7d5bd852a7a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/lists.pp b/modules/roles/manifests/lists.pp index e429aba95..bd9c72a09 100644 --- a/modules/roles/manifests/lists.pp +++ b/modules/roles/manifests/lists.pp @@ -1,5 +1,13 @@ class roles::lists { - ssl::service { 'lists.debian.org': - notify => Service['apache2'], - } + 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', + } }