puppetmaster: don't look for puppet-dashboard.d.o cert
authorJulien Cristau <jcristau@debian.org>
Mon, 21 Mar 2016 12:48:47 +0000 (13:48 +0100)
committerJulien Cristau <jcristau@debian.org>
Mon, 21 Mar 2016 12:48:47 +0000 (13:48 +0100)
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/puppetmaster/manifests/init.pp

index b60e0b7..f1c567d 100644 (file)
@@ -16,8 +16,4 @@ class puppetmaster {
                description     => 'Allow puppet access',
                rule            => '&SERVICE_RANGE(tcp, 8140, $HOST_DEBIAN_V6)'
        }
-
-       ssl::service { 'puppet-dashboard.debian.org':
-               notify => Service['apache2'],
-       }
 }