Merge "More minor debian-security mirror fixes"
This commit is contained in:
commit
b023934cf5
modules/openstack_project
files/reprepro
manifests
templates/reprepro
@ -1,8 +1,6 @@
|
||||
Name: debian-security
|
||||
Method: http://security.debian.org/
|
||||
Suite: stretch/updates
|
||||
Components: main
|
||||
UDebComponents: main
|
||||
Suite: */updates
|
||||
Architectures: amd64 arm64
|
||||
GetInRelease: no
|
||||
VerifyRelease: 8AE22BA9
|
||||
VerifyRelease: C857C906
|
||||
|
@ -87,6 +87,17 @@ class openstack_project::mirror (
|
||||
]
|
||||
}
|
||||
|
||||
# Create the symlink to debian-security
|
||||
file { "${www_root}/debian-security":
|
||||
ensure => link,
|
||||
target => "${mirror_root}/debian-security",
|
||||
owner => root,
|
||||
group => root,
|
||||
require => [
|
||||
File["${www_root}"],
|
||||
]
|
||||
}
|
||||
|
||||
# Create the symlink to Debian OpenStack Packaging Team reprepro.
|
||||
file { "${www_root}/debian-openstack":
|
||||
ensure => link,
|
||||
|
@ -1,13 +1,14 @@
|
||||
<% @releases.each do |release| -%>
|
||||
|
||||
Origin: Debian Security
|
||||
Codename: <%= release %>-security
|
||||
Codename: <%= release %>
|
||||
Suite: updates
|
||||
Description: OpenStack Debian Security <%= release.capitalize %> mirror
|
||||
Architectures: amd64 arm64 source
|
||||
Components: main
|
||||
UDebComponents: main
|
||||
Contents: .gz
|
||||
Update: debian-<%= release %>-security
|
||||
Update: debian-security
|
||||
Log: <%= @logdir %>/debian-security-<%= release %>.log
|
||||
|
||||
<% end -%>
|
||||
|
Loading…
x
Reference in New Issue
Block a user