minor naming fixes
[mirror/dsa-puppet.git] / modules / roles / manifests / ftp_master.pp
index f8d6f87..10b5bb6 100644 (file)
@@ -13,9 +13,9 @@ class roles::ftp_master {
   }
 
   # export ssh allow rules for hosts that we should be able to access
-  @@ferm::rule::simple { "dsa-ssh-from-syncproxy-${::fqdn}":
-    tag         => 'ssh::server::allow::ftp-master',
-    description => 'Allow ssh access from ftp-master',
+  @@ferm::rule::simple { "dsa-ssh-from-ftp_master-${::fqdn}":
+    tag         => 'ssh::server::allow::ftp_master',
+    description => 'Allow ssh access from ftp_master',
     port        => '22',
     saddr       => $base::public_addresses,
   }