X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fmirrormaster.pp;h=a1690e45220cf22ea572b5d7b0ab56a4391c0016;hb=598ef097f4c8f6b50b61dde7fc4bd011e955b754;hp=2d8d7d17cbc91fe05fd87d2c2c6bb3047db66fb7;hpb=050a7a1b6b8de2ad9b3964f1a0b855e8ae3a660b;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/mirrormaster.pp b/modules/roles/manifests/mirrormaster.pp index 2d8d7d17c..a1690e452 100644 --- a/modules/roles/manifests/mirrormaster.pp +++ b/modules/roles/manifests/mirrormaster.pp @@ -3,7 +3,7 @@ class roles::mirrormaster( ) { @@ferm::rule::simple { "dsa-ssh-from-mirrormaster-${::fqdn}": - tag => 'ssh::server::allow', + tag => 'ssh::server::to::archvsync', description => 'Allow ssh access from the mirrormaster', port => '22', saddr => $base::public_addresses,