exim blacklist: update based on recent observations
[mirror/dsa-puppet.git] / modules / roles / manifests / static_source.pp
index b34db3f..3e66d34 100644 (file)
@@ -1,6 +1,4 @@
-# a static source
-#
-# origin of static content.  From here it goes to the static master before that one pushes it to the mirrors
-class roles::static_source {
-  include roles::static_base
+class roles::static_source(
+) {
+  include staticsync::static_source
 }