Remove temporary DC19 rules for roles::sreview
[mirror/dsa-puppet.git] / modules / roles / manifests / static_master.pp
index 60c0c15..36de4b9 100644 (file)
@@ -7,6 +7,12 @@ class roles::static_master {
   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',
     mode   => '0555',