Cleanup deb_location

The deb_location is not used in params and the documentation for the
debian repo has been updated.

Change-Id: If430ad3a1c086fb4c22fd122f13a78dacfa7a11a
This commit is contained in:
Alex Schultz 2018-04-06 10:27:22 -06:00
parent 9b63dc312e
commit 5b99b531da
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'
}