X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=3e66d34328f88953636566ff14035e43ecb2a456;hb=65d650901eaac374ab44ed3798825d98bd60009d;hp=b34db3f3d468b371b6a446ec67b5c75f4374494d;hpb=706a3d41c060de8527a6070e831c4e6b66fff099;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index b34db3f3d..3e66d3432 100644 --- a/modules/roles/manifests/static_source.pp +++ b/modules/roles/manifests/static_source.pp @@ -1,6 +1,4 @@ -# a static source -# -# origin of static content. From here it goes to the static master before that one pushes it to the mirrors -class roles::static_source { - include roles::static_base +class roles::static_source( +) { + include staticsync::static_source }