Merge "Cleanup deb_location"

This commit is contained in:
Zuul 2018-04-11 07:23:55 +00:00 committed by Gerrit Code Review
commit 1c02e282fb
2 changed files with 2 additions and 4 deletions

View File

@ -32,14 +32,13 @@
#
# [*deb_location*]
# (optional) Debian package repository location.
# Defaults to $::openstack_extras::repo::debian::params::deb_location
# Defaults to "http://${::lsbdistcodename}-${release}.debian.net/debian"
#
# === DEPRECATED
#
# [*manage_whz*]
# (optional) Whether or not to add the default Debian Stretch APT source
# Replaced by $manage_deb instead.
# Defaults to true
# Replaced by $manage_deb.
#
class openstack_extras::repo::debian::debian(
$release = $::openstack_extras::repo::debian::params::release,

View File

@ -12,7 +12,6 @@ class openstack_extras::repo::debian::params
$uca_required_packages = 'ubuntu-cloud-keyring'
$deb_name = 'debian-openstack-backports'
$deb_location = "http://${::lsbdistcodename}-${release}.debian.net/debian"
$deb_repos = 'main'
$deb_required_packages = 'openstack-backports-archive-keyring'
}