Consume vhd-util from infra vhd-util PPA

Originally this was just in the mordred PPA, which isn't really a great
place for it. Consume from the documented Infra PPA.

Change-Id: I5a04c25e1eb40029ebc2bf70b535325b924efb1a
This commit is contained in:
Monty Taylor 2015-04-16 14:00:47 -04:00
parent 02601a2040
commit 4736bd18c0
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ class diskimage_builder () {
package { $packages:
ensure => present,
require => Apt::Ppa['ppa:mordred/infra'],
require => Apt::Ppa['ppa:openstack-ci-core/vhd-util'],
}
apt::ppa { 'ppa:mordred/infra':
apt::ppa { 'ppa:openstack-ci-core/vhd-util':
ensure => present,
}