Merge "Install correctly openstack-backports-archive-keyring"

This commit is contained in:
Zuul 2018-04-09 19:38:54 +00:00 committed by Gerrit Code Review
commit 0b19dd3e02
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class openstack_extras::repo::debian::debian(
$deb_manage = pick($manage_whz, $manage_deb)
if $deb_manage {
exec { 'installing openstack-backports-archive-keyring':
command => "/usr/bin/apt-get -y ${::openstack_extras::repo::debian::params::deb_required_packages}",
command => "/usr/bin/apt-get -y --allow-unauthenticated ${::openstack_extras::repo::debian::params::deb_required_packages}",
logoutput => 'on_failure',
tries => 3,
try_sleep => 1,