X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fstatic_master.pp;h=36de4b944fd2386384d9afb8976380ee82cc8c72;hb=2a425a85aee59abba7f8de4b9bb6f61824938d82;hp=82cd3385614a0228c4217e0174c244a012a5246e;hpb=712cd877cbd2f5edfd6448384253d2c7c591220a;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/static_master.pp b/modules/roles/manifests/static_master.pp index 82cd33856..36de4b944 100644 --- a/modules/roles/manifests/static_master.pp +++ b/modules/roles/manifests/static_master.pp @@ -7,9 +7,9 @@ class roles::static_master { include roles::static::base include roles::static::srvdir - # masters need to talk to mirrors and sources + # masters need to talk to mirrors and sources and themselves class { 'roles::static::ssh': - add_tag => [ 'staticsync-mirror', 'staticsync-source' ], + add_tag => [ 'staticsync-mirror', 'staticsync-source', 'staticsync-master' ], collect_tag => 'staticsync-master', }