Merge branch 'fordsa' of https://git.adam-barratt.org.uk/git/mirror/dsa-puppet
[mirror/dsa-puppet.git] / modules / roles / manifests / static_source.pp
index 5929b82..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
 }