X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=3e66d34328f88953636566ff14035e43ecb2a456;hb=8532689c735ba87e8c00161224e068c2ba06f640;hp=5929b821a53309ea0bb50e9bb9a0530e3282963c;hpb=885b1390848612043dfe4656dd447989ac7555fe;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index 5929b821a..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 }