From: Stephen Gran Date: Mon, 20 Jun 2011 19:42:15 +0000 (+0100) Subject: let's see if you can swallow this X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=75ab368f5081e9b4ce32edf833f07f507afc94b0;p=dsa-puppet.git let's see if you can swallow this Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/manifests/init.pp b/modules/debian-org/manifests/init.pp index eba0526c..fca4976e 100644 --- a/modules/debian-org/manifests/init.pp +++ b/modules/debian-org/manifests/init.pp @@ -39,6 +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; @@ -128,7 +129,7 @@ class debian-org { mailalias { "samhain-reports": - recipient => 'debian-archive-debian-samhain-reports@master.debian.org,debian-admin@ftbfs.de,weasel@debian.org,steve@lobefin.net', + recipient => $debianadmin, ensure => present; }