diff options
author | david <david@f03ff2f1-f02d-0410-970d-b9634babeaa1> | 2007-06-27 12:28:13 +0000 |
---|---|---|
committer | david <david@f03ff2f1-f02d-0410-970d-b9634babeaa1> | 2007-06-27 12:28:13 +0000 |
commit | 624475288ef7eb2c3a7a94f489b46dca22ad3502 (patch) | |
tree | 275812f28eec38c34079e44b495f49a9b0eb485e | |
parent | af6e1e6c8b9a72907da1179ed4205e99778190b2 (diff) | |
download | puppet-apt-624475288ef7eb2c3a7a94f489b46dca22ad3502.tar.gz puppet-apt-624475288ef7eb2c3a7a94f489b46dca22ad3502.tar.bz2 |
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
-rw-r--r-- | templates/sources.list.erb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/sources.list.erb b/templates/sources.list.erb index a3880c5..398b3b4 100644 --- a/templates/sources.list.erb +++ b/templates/sources.list.erb @@ -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 |