export staticsync ssh keys, but do not yet collect
[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 }