diff options
Diffstat (limited to 'templates/sources.list+unstable.erb')
-rw-r--r-- | templates/sources.list+unstable.erb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/sources.list+unstable.erb b/templates/sources.list+unstable.erb new file mode 100644 index 0000000..71d2987 --- /dev/null +++ b/templates/sources.list+unstable.erb @@ -0,0 +1,15 @@ +# This file is brought to you by puppet + +# basic <%= lsbdistcodename %> +deb http://ftp.at.debian.org/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 |