05fdc5ae406d9ef84b3d012505be563739cf2981
[mirror/dsa-puppet.git] / modules / debian-org / templates / etc / apt / sources.list.d / security.list.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <% if nodeinfo.has_key?('squeeze') and nodeinfo['squeeze'] %>
7 deb     http://security.debian.org/             squeeze/updates    main contrib non-free
8 <% else %>
9 deb     http://security.debian.org/             lenny/updates    main contrib non-free
10 <% end %>