X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_source.pp;h=3e66d34328f88953636566ff14035e43ecb2a456;hb=694793a4317a94b7dc1483f4a52d4b1868224ed6;hp=3ff15e89f6027e11cc55ce5b086a4ee19df8b285;hpb=712cd877cbd2f5edfd6448384253d2c7c591220a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_source.pp b/modules/roles/manifests/static_source.pp index 3ff15e89f..3e66d3432 100644 --- a/modules/roles/manifests/static_source.pp +++ b/modules/roles/manifests/static_source.pp @@ -1,12 +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 - - # sources talk only to masters - class { 'roles::static::ssh': - add_tag => 'staticsync-master', - collect_tag => 'staticsync-source', - } +class roles::static_source( +) { + include staticsync::static_source }