Move the non-roles static_base and static_srvdir to static/<foo>
[mirror/dsa-puppet.git] / modules / roles / manifests / static_source.pp
1 # a static source
2 #
3 # origin of static content.  From here it goes to the static master before that one pushes it to the mirrors
4 class roles::static_source {
5   include roles::static::base
6 }