diff options
author | david <david@f03ff2f1-f02d-0410-970d-b9634babeaa1> | 2007-07-21 09:14:02 +0000 |
---|---|---|
committer | david <david@f03ff2f1-f02d-0410-970d-b9634babeaa1> | 2007-07-21 09:14:02 +0000 |
commit | 8b0afdb2c8b769250f7efdb9259ca1d9097df6be (patch) | |
tree | c8d0666218197d43b28cc11a77cc2878011ad965 /templates | |
parent | 888a4c1a064f2c415984ce47406417249a66344b (diff) |
add my grandmother's PC and some minor fixes
git-svn-id: http://club.black.co.at:82/svn/manifests/trunk@124 f03ff2f1-f02d-0410-970d-b9634babeaa1
Diffstat (limited to 'templates')
-rw-r--r-- | templates/sources.list.erb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sources.list.erb b/templates/sources.list.erb index 398b3b4..f24e84f 100644 --- a/templates/sources.list.erb +++ b/templates/sources.list.erb @@ -1,9 +1,9 @@ # This file is brought to you by puppet # basic <%= lsbdistcodename %> -deb http://ftp.at.debian.org/debian <%= lsbdistcodename %> main +deb http://ftp.at.debian.org/debian <%= lsbdistcodename %> main contrib non-free # security suppport -deb http://security.debian.org/ <%= lsbdistcodename %>/updates main +deb http://security.debian.org/ <%= lsbdistcodename %>/updates main contrib non-free # local packages #deb http://puppetmaster:81/ / |