Have the nm role declare its exim virtualdomain
[mirror/dsa-puppet.git] / modules / roles / manifests / security_master.pp
index 6f92d33..6dd5fce 100644 (file)
@@ -13,9 +13,9 @@ class roles::security_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::security-master',
-    description => 'Allow ssh access from security-master',
+  @@ferm::rule::simple { "dsa-ssh-from-security_master-${::fqdn}":
+    tag         => 'ssh::server::from::security_master',
+    description => 'Allow ssh access from security_master',
     port        => '22',
     saddr       => $base::public_addresses,
   }