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