after going the whole way with assert_lsb..., really use the var

git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@65 f03ff2f1-f02d-0410-970d-b9634babeaa1
This commit is contained in:
david 2007-06-27 12:28:13 +00:00
parent af6e1e6c8b
commit 624475288e

View file

@ -1,9 +1,9 @@
# This file is brought to you by puppet
# basic <%= dv %>
deb http://ftp.at.debian.org/debian <%= dv %> main
# basic <%= lsbdistcodename %>
deb http://ftp.at.debian.org/debian <%= lsbdistcodename %> main
# security suppport
deb http://security.debian.org/ <%= dv %>/updates main
deb http://security.debian.org/ <%= lsbdistcodename %>/updates main
# local packages
#deb http://puppetmaster:81/ /
@ -11,4 +11,4 @@ deb http://security.debian.org/ <%= dv %>/updates main
#deb http://ftp.at.debian.org/debian sid main
# backports
deb http://www.backports.org/debian/ <%= dv %>-backports main
deb http://www.backports.org/debian/ <%= lsbdistcodename %>-backports main