2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
7 # do not include mirrors in static_mirror_nopush
8 static_mirror_nopush = scope.lookupvar('site::roles')['static_mirror_nopush']
10 scope.lookupvar('site::roles')['static_mirror'].reject{ |x| static_mirror_nopush.include?(x) }.join("\n")
14 # vim:set shiftwidth=4: