retire unused macro common-dsa-vhost-https-redirect-temp
[mirror/dsa-puppet.git] / modules / puppetmaster / manifests / init.pp
index b60e0b7..f16e715 100644 (file)
@@ -17,7 +17,10 @@ class puppetmaster {
                rule            => '&SERVICE_RANGE(tcp, 8140, $HOST_DEBIAN_V6)'
        }
 
-       ssl::service { 'puppet-dashboard.debian.org':
-               notify => Service['apache2'],
+       file { '/srv/puppet.debian.org/puppet-facts':
+               ensure => directory
        }
+       concat { '/srv/puppet.debian.org/puppet-facts/onionbalance-services.yaml':
+       }
+       Concat::Fragment <<| tag == "onionbalance-services.yaml" |>>
 }