move passwords to a different file and enable apache certs
[mirror/dsa-puppet.git] / modules / puppetmaster / manifests / init.pp
index f1c567d..b60e0b7 100644 (file)
@@ -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'],
+       }
 }