From: Stephen Gran <steve@lobefin.net>
Date: Mon, 20 Jun 2011 19:46:35 +0000 (+0100)
Subject: oh, I give up
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6feca253cf930c28f41d286937e4e45c1ad19845;p=dsa-puppet.git

oh, I give up

Signed-off-by: Stephen Gran <steve@lobefin.net>
---

diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp
index fca4976e..49d81c21 100644
--- a/modules/debian-org/manifests/init.pp
+++ b/modules/debian-org/manifests/init.pp
@@ -39,7 +39,7 @@ define linux_module ($ensure) {
 
 
 class debian-org {
-    $debianadmin = debian-archive-debian-samhain-reports@master.debian.org,debian-admin@ftbfs.de,weasel@debian.org,steve@lobefin.net
+
     package {
         "apt-utils": ensure => installed;
         "bash-completion": ensure => installed;
@@ -127,12 +127,6 @@ class debian-org {
             linkto => "/usr/bin/vim.basic",
     }
    
-    mailalias {
-        "samhain-reports":
-            recipient => $debianadmin,
-            ensure => present;
-    }
-
     exec {
         "dpkg-reconfigure tzdata -pcritical -fnoninteractive":
             path        => "/usr/bin:/usr/sbin:/bin:/sbin",