minor naming fixes
[mirror/dsa-puppet.git] / modules / roles / manifests / syncproxy.pp
index 26e1c5a..623393f 100644 (file)
@@ -78,8 +78,8 @@ class roles::syncproxy {
   # syncproxies should be accessible from various role hosts
   Ferm::Rule::Simple <<|
     tag == 'ssh::server::allow::archvsync' or
-    tag == 'ssh::server::allow::ftp-master' or
-    tag == 'ssh::server::allow::ports-master' or
-    tag == 'ssh::server::allow::security-master'
+    tag == 'ssh::server::allow::ftp_master' or
+    tag == 'ssh::server::allow::ports_master' or
+    tag == 'ssh::server::allow::security_master'
     |>>
 }