From aee346a01a97cacddeb71ee099009996d989085c Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 24 Jan 2018 15:16:49 +1100 Subject: [PATCH] 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 --- .../templates/reprepro/distributions.apt-puppetlabs.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/templates/reprepro/distributions.apt-puppetlabs.erb b/modules/openstack_project/templates/reprepro/distributions.apt-puppetlabs.erb index 9a0b794ace..61ad76c86d 100644 --- a/modules/openstack_project/templates/reprepro/distributions.apt-puppetlabs.erb +++ b/modules/openstack_project/templates/reprepro/distributions.apt-puppetlabs.erb @@ -5,7 +5,7 @@ Description: Puppetlabs <%= release.capitalize %> mirror Architectures: amd64 Components: PC1 Contents: .gz -Update: ubuntu-puppetlabs +Update: puppetlabs-debs-pc1 Log: <%= @logdir %>/ubuntu-puppetlabs-<%= release %>.log <% end -%>