Have the nm role declare its exim virtualdomain
[mirror/dsa-puppet.git] / modules / roles / manifests / nm.pp
index dd026bf..cceb28d 100644 (file)
@@ -6,4 +6,9 @@ class roles::nm {
     notify => Exec['service apache2 reload'],
     key    => true,
   }
+
+  exim::vdomain { 'nm.debian.org':
+    owner => 'nm',
+    group => 'nm',
+  }
 }