From: Stephen Gran Date: Sat, 28 Feb 2009 23:53:58 +0000 (+0000) Subject: This should adjust sources.list.d for all proliant machines X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bfd7532bb1d9ebfd81123f63149607819c456fa2;p=dsa-puppet.git This should adjust sources.list.d for all proliant machines Signed-off-by: Stephen Gran --- diff --git a/files/etc/apt/sources.list.d/debian.org.list b/files/etc/apt/sources.list.d/debian.org.list index d9c9d2ec..7a0ab500 100644 --- a/files/etc/apt/sources.list.d/debian.org.list +++ b/files/etc/apt/sources.list.d/debian.org.list @@ -1,2 +1 @@ deb http://db.debian.org/debian-admin lenny main -deb http://db.debian.org/debian-admin lenny-restricted non-free diff --git a/files/etc/apt/sources.list.d/debian.restricted.list b/files/etc/apt/sources.list.d/debian.restricted.list new file mode 100644 index 00000000..bd43f346 --- /dev/null +++ b/files/etc/apt/sources.list.d/debian.restricted.list @@ -0,0 +1 @@ +deb http://db.debian.org/debian-admin lenny-restricted non-free diff --git a/manifests/site.pp b/manifests/site.pp index 80b4fb37..f3a77fb1 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -7,5 +7,9 @@ node default { include samhain include debian-org include exim + + if $raidcontroller == "true" { + include debian-proliant + } }