From 2e7762ea063853082137808a3fa8e25bc8fa7a3c Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 27 Jun 2016 16:43:55 -0400 Subject: [PATCH] Remove whitespaces for UCA erb file Otherwise reprepro complains Change-Id: I12c5c4a0c883771bcb058b40677b4051936ca4d0 Signed-off-by: Paul Belanger --- .../templates/reprepro/distributions.ubuntu-cloud-archive.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/openstack_project/templates/reprepro/distributions.ubuntu-cloud-archive.erb b/modules/openstack_project/templates/reprepro/distributions.ubuntu-cloud-archive.erb index a945a8b181..1f425ab7a2 100644 --- a/modules/openstack_project/templates/reprepro/distributions.ubuntu-cloud-archive.erb +++ b/modules/openstack_project/templates/reprepro/distributions.ubuntu-cloud-archive.erb @@ -1,5 +1,5 @@ <% releases.each do |distro_codename, openstack_codenames| -%> - <% openstack_codenames.each do |openstack_codename| -%> +<% openstack_codenames.each do |openstack_codename| -%> Origin: Canonical Codename: <%= distro_codename %>-updates/<%= openstack_codename %> Description: OpenStack <%= openstack_codename.capitalize %> Archive for Ubuntu <%= distro_codename.capitalize %> @@ -10,5 +10,5 @@ Contents: .gz Update: <%= distro_codename %>-updates Log: <%= @logdir %>/ubuntu-cloud-archive-<%= distro_codename %>.log - <% end -%> +<% end -%> <% end -%>