2010-10-25 19:58:14 +02:00
|
|
|
# This file is managed by puppet
|
2010-10-25 07:13:44 +02:00
|
|
|
# all local modifications will be overwritten
|
2010-10-17 01:35:37 +02:00
|
|
|
|
2015-05-11 16:49:27 +02:00
|
|
|
# basic <%= codename=scope.lookupvar('::ubuntu_codename') %>
|
2012-12-05 19:46:23 +01:00
|
|
|
deb <%= ubuntu_url=scope.lookupvar('apt::ubuntu_url') %> <%= codename %> <%= lrepos=scope.lookupvar('apt::real_repos') %>
|
2012-06-08 17:16:46 +02:00
|
|
|
<% if include_src=scope.lookupvar('apt::include_src') -%>
|
2012-12-05 19:46:23 +01:00
|
|
|
deb-src <%= ubuntu_url %> <%= codename %> <%= lrepos %>
|
2010-10-17 01:35:37 +02:00
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
# updates
|
2012-12-05 19:46:23 +01:00
|
|
|
deb <%= ubuntu_url %> <%= codename %>-updates <%= lrepos %>
|
2012-06-08 17:16:46 +02:00
|
|
|
<% if include_src -%>
|
2012-12-05 19:46:23 +01:00
|
|
|
deb-src <%= ubuntu_url %> <%= codename %>-updates <%= lrepos %>
|
2010-10-17 01:35:37 +02:00
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
# security suppport
|
2012-12-05 19:46:23 +01:00
|
|
|
deb <%= ubuntu_url %> <%= codename %>-security <%= lrepos %>
|
2012-06-08 17:16:46 +02:00
|
|
|
<% if include_src -%>
|
2012-12-05 19:46:23 +01:00
|
|
|
deb-src <%= ubuntu_url %> <%= codename %>-security <%= lrepos %>
|
2010-10-17 01:35:37 +02:00
|
|
|
<% end -%>
|
|
|
|
|
|
|
|
# backports
|
2015-03-31 11:50:05 +02:00
|
|
|
deb <%= ubuntu_url %> <%= codename %>-backports <%= lrepos %>
|
2012-06-08 17:16:46 +02:00
|
|
|
<% if include_src -%>
|
2012-12-05 19:46:23 +01:00
|
|
|
deb-src <%= ubuntu_url %> <%= codename %>-backports <%= lrepos %>
|
2010-10-17 01:57:55 +02:00
|
|
|
<% end -%>
|