Have the nm role declare its exim virtualdomain
[mirror/dsa-puppet.git] / modules / roles / manifests / debian_mirror.pp
index 2484d49..de9e624 100644 (file)
@@ -40,4 +40,6 @@ class roles::debian_mirror {
     url           => 'http://debian.backend.mirrors.debian.org/debian/dists/sid/Release',
     health_url    => 'http://debian.backend.mirrors.debian.org/_health',
   }
+
+  Ferm::Rule::Simple <<| tag == 'ssh::server::from::syncproxy' |>>
 }