reprepro debian-security

Fix some typos introduced with
Ic33bca431ae19b44e5bc2938de425cc68785b331.  We weren't referencing the
updates file and the distributions template was missing a %

Change-Id: If18d145f47d647cca1e33910c76851b3081e6ecb
This commit is contained in:
Ian Wienand 2018-06-26 11:03:59 +10:00
parent 3affa6c066
commit 5e58aa3717
2 changed files with 2 additions and 2 deletions

View File

@ -158,7 +158,7 @@ class openstack_project::mirror_update (
confdir => '/etc/reprepro/debian-security',
basedir => '/afs/.openstack.org/mirror/debian-security',
distributions => 'openstack_project/reprepro/distributions.debian-security.erb',
updates_file => 'puppet:///modules/openstack_project/reprepro/debian-security',
updates_file => 'puppet:///modules/openstack_project/reprepro/debian-security-updates',
releases => ['stretch'],
}

View File

@ -7,7 +7,7 @@ Architectures: amd64 arm64 source
Components: main
UDebComponents: main
Contents: .gz
Update: debian-<% release %>-security
Update: debian-<%= release %>-security
Log: <%= @logdir %>/debian-security-<%= release %>.log
<% end -%>