diff options
Diffstat (limited to 'templates/Debian/sources.list.volatile.erb')
-rw-r--r-- | templates/Debian/sources.list.volatile.erb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/Debian/sources.list.volatile.erb b/templates/Debian/sources.list.volatile.erb deleted file mode 100644 index d8527b6..0000000 --- a/templates/Debian/sources.list.volatile.erb +++ /dev/null @@ -1,8 +0,0 @@ -# This file is brought to you by puppet -# all local modifications will be overwritten - -<% if (lsbdistcodename == "sid" || lsbdistcodename == "unstable" || lsbdistcodename == "squeeze") -%> -# There are no backports for for <%= lsbdistcodename %> -<% else -%> -deb http://volatile.debian.org/debian-volatile <%= lsbdistcodename %>/volatile main contrib non-free -<% end -%> |