masters also talk to themselves
authorPeter Palfrader <peter@palfrader.org>
Sun, 8 Sep 2019 07:33:56 +0000 (09:33 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 8 Sep 2019 07:33:56 +0000 (09:33 +0200)
modules/roles/manifests/static_master.pp

index 82cd338..36de4b9 100644 (file)
@@ -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',
   }