From a98cc6b0cd0670870d40aac192a14054db973296 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 8 Sep 2019 09:33:56 +0200 Subject: [PATCH] masters also talk to themselves --- modules/roles/manifests/static_master.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', } -- 2.20.1