aee346a01a
Follow-on from Ibf5bd302b121abd64b3c74a6ec0cf8fecc455e6b The name in the updates file is actually "puppetlabs-debs-pc1". After correcting this manually on mirror-update I got a good mirror run. Change-Id: Icb06102730135ee33cc1dc29024f600e1d09fb04
12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
<% @releases.each do |release| -%>
|
|
Origin: Puppetlabs
|
|
Codename: <%= release %>
|
|
Description: Puppetlabs <%= release.capitalize %> mirror
|
|
Architectures: amd64
|
|
Components: PC1
|
|
Contents: .gz
|
|
Update: puppetlabs-debs-pc1
|
|
Log: <%= @logdir %>/ubuntu-puppetlabs-<%= release %>.log
|
|
|
|
<% end -%>
|