Move the non-roles static_base and static_srvdir to static/<foo>
[mirror/dsa-puppet.git] / modules / roles / manifests / static_mirror.pp
index 4b4c408..a526f07 100644 (file)
@@ -2,8 +2,8 @@
 #
 # this receives pushes from the master and then usually serves the content to the public
 class roles::static_mirror {
-  include roles::static_base
-  include roles::static_srvdir
+  include roles::static::base
+  include roles::static::srvdir
   include apache2::expires
   include apache2::rewrite