system-config/modules/openstack_project/templates/reprepro/distributions.apt-puppetlabs.erb
Ian Wienand aee346a01a Fix apt-puppetlabs update line
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
2018-01-24 15:16:49 +11:00

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 -%>