Remove temporary DC19 rules for roles::sreview
[mirror/dsa-puppet.git] / modules / roles / manifests / static_master.pp
index bb48757..36de4b9 100644 (file)
@@ -4,8 +4,14 @@
 # to the master, and from there to all the mirrors.
 #
 class roles::static_master {
-  include roles::static_base
-  include roles::static_srvdir
+  include roles::static::base
+  include roles::static::srvdir
+
+  # masters need to talk to mirrors and sources and themselves
+  class { 'roles::static::ssh':
+    add_tag     => [ 'staticsync-mirror', 'staticsync-source', 'staticsync-master' ],
+    collect_tag => 'staticsync-master',
+  }
 
   file { '/usr/local/bin/static-master-run':
     source => 'puppet:///modules/roles/static-mirroring/static-master-run',