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:
parent
9b63dc312e
commit
5b99b531da
@ -32,14 +32,13 @@
|
|||||||
#
|
#
|
||||||
# [*deb_location*]
|
# [*deb_location*]
|
||||||
# (optional) Debian package repository location.
|
# (optional) Debian package repository location.
|
||||||
# Defaults to $::openstack_extras::repo::debian::params::deb_location
|
# Defaults to "http://${::lsbdistcodename}-${release}.debian.net/debian"
|
||||||
#
|
#
|
||||||
# === DEPRECATED
|
# === DEPRECATED
|
||||||
#
|
#
|
||||||
# [*manage_whz*]
|
# [*manage_whz*]
|
||||||
# (optional) Whether or not to add the default Debian Stretch APT source
|
# (optional) Whether or not to add the default Debian Stretch APT source
|
||||||
# Replaced by $manage_deb instead.
|
# Replaced by $manage_deb.
|
||||||
# Defaults to true
|
|
||||||
#
|
#
|
||||||
class openstack_extras::repo::debian::debian(
|
class openstack_extras::repo::debian::debian(
|
||||||
$release = $::openstack_extras::repo::debian::params::release,
|
$release = $::openstack_extras::repo::debian::params::release,
|
||||||
|
@ -12,7 +12,6 @@ class openstack_extras::repo::debian::params
|
|||||||
$uca_required_packages = 'ubuntu-cloud-keyring'
|
$uca_required_packages = 'ubuntu-cloud-keyring'
|
||||||
|
|
||||||
$deb_name = 'debian-openstack-backports'
|
$deb_name = 'debian-openstack-backports'
|
||||||
$deb_location = "http://${::lsbdistcodename}-${release}.debian.net/debian"
|
|
||||||
$deb_repos = 'main'
|
$deb_repos = 'main'
|
||||||
$deb_required_packages = 'openstack-backports-archive-keyring'
|
$deb_required_packages = 'openstack-backports-archive-keyring'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user