@@ -2,7 +2,6 @@
# Manifest:: apt.pp
#
# Lorraine Data Network http://ldn-fai.net/
-# Author:: Sebastien Badia (<seb@sebian.fr>)
class public::apt {
@@ -0,0 +1,16 @@
+# Module:: public
+# Manifest:: apt.pp
+#
+# Lorraine Data Network http://ldn-fai.net/
+
+class public::mta {
+ include '::postfix::server'
+ mailalias { 'root':
+ ensure => present,
+ recipient => 'root@ldn-fai.net',
+ notify => Service['postfix'];
+ }
+}