From 17cbda7375988c11ec236f0ac951fe5fea1236d0 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 1 Apr 2016 14:08:12 -0400 Subject: [PATCH] Add trailing whitespace to reprepo distributions Otherwise, we get the following errors: Error parsing /etc/reprepro/ubuntu/distributions, line 42: Second appearance of 'Origin' in the same chunk! Change-Id: I11fb815eddae1efa7ff072f8065af5b9ddee5e85 Signed-off-by: Paul Belanger --- .../templates/reprepro/distributions.debian.erb | 1 + .../templates/reprepro/distributions.ubuntu.erb | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/openstack_project/templates/reprepro/distributions.debian.erb b/modules/openstack_project/templates/reprepro/distributions.debian.erb index 921cf47705..fa28ad5888 100644 --- a/modules/openstack_project/templates/reprepro/distributions.debian.erb +++ b/modules/openstack_project/templates/reprepro/distributions.debian.erb @@ -38,4 +38,5 @@ UDebComponents: main Contents: .gz Update: debian-security Log: <%= @logdir %>/debian-<%= release %>-security.log + <% end -%> diff --git a/modules/openstack_project/templates/reprepro/distributions.ubuntu.erb b/modules/openstack_project/templates/reprepro/distributions.ubuntu.erb index 564f1e2e60..053601f03c 100644 --- a/modules/openstack_project/templates/reprepro/distributions.ubuntu.erb +++ b/modules/openstack_project/templates/reprepro/distributions.ubuntu.erb @@ -40,4 +40,5 @@ UDebComponents: main Contents: .gz Update: ubuntu-security Log: <%= @logdir %>/ubuntu-<%= release %>-security.log + <% end -%>