]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
let's see if you can swallow this
authorStephen Gran <steve@lobefin.net>
Mon, 20 Jun 2011 19:42:15 +0000 (20:42 +0100)
committerStephen Gran <steve@lobefin.net>
Mon, 20 Jun 2011 19:42:15 +0000 (20:42 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/debian-org/manifests/init.pp

index eba0526c9b07a72cfa2757083d53615a7baea88a..fca4976eb73627e6000d8345c06c28a777a01125 100644 (file)
@@ -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;
     }