From: Peter Palfrader Date: Sun, 8 Sep 2019 07:33:56 +0000 (+0200) Subject: masters also talk to themselves X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=a98cc6b0cd0670870d40aac192a14054db973296;p=mirror%2Fdsa-puppet.git masters also talk to themselves --- 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', }