aboutsummaryrefslogtreecommitdiff
path: root/templates/sources.list+unstable.erb
blob: 2ff598d6c13681058c2e1adf8450553cff87a8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is brought to you by puppet

# basic <%= lsbdistcodename %>
deb http://debian.mirror.iweb.ca/debian/ <%= lsbdistcodename %> main contrib non-free
# security suppport
<% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable") -%>
# There is no security mirror for <%= lsbdistcodename %>
<% else -%>
deb http://security.debian.org/ <%= lsbdistcodename %>/updates main contrib non-free
<% end -%>
# local packages
#deb http://puppetmaster:81/ /

# follow unstable, pinned in preferences
deb http://ftp.at.debian.org/debian sid main contrib non-free