cf252d4bafb15db01febeb3152fc0284531bd14b
[mirror/dsa-puppet.git] / static_mirror.pp
1 # a static mirror.  It will get content for all components that it servers
2 # from each component's master.
3 class roles::static_mirror () {
4   include staticsync::static_mirror
5 }