X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fpuppetmaster%2Fmanifests%2Finit.pp;h=b60e0b7574e8fd278e82c7d8c2c81b0caedbc470;hb=3955cb27ac0efb3b8c6269f75186731cf75d7d5c;hp=f1c567dccd11fe39186833252aa6639f2d13f2a1;hpb=16eed32a3024a77e67ff9cab8e0126d3777484d1;p=mirror%2Fdsa-puppet.git diff --git a/modules/puppetmaster/manifests/init.pp b/modules/puppetmaster/manifests/init.pp index f1c567dcc..b60e0b757 100644 --- a/modules/puppetmaster/manifests/init.pp +++ b/modules/puppetmaster/manifests/init.pp @@ -16,4 +16,8 @@ class puppetmaster { description => 'Allow puppet access', rule => '&SERVICE_RANGE(tcp, 8140, $HOST_DEBIAN_V6)' } + + ssl::service { 'puppet-dashboard.debian.org': + notify => Service['apache2'], + } }