ftp-master as historical_master (part of RT#7644)
[mirror/dsa-puppet.git] / modules / roles / manifests / 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 }