Move all roles from local.yaml to hiera
[mirror/dsa-puppet.git] / modules / roles / manifests / buildd_master.pp
diff --git a/modules/roles/manifests/buildd_master.pp b/modules/roles/manifests/buildd_master.pp
new file mode 100644 (file)
index 0000000..d80bfab
--- /dev/null
@@ -0,0 +1,5 @@
+class roles::buildd_master {
+       ssl::service { 'buildd.debian.org':
+               notify => Service['apache2'],
+       }
+}