Remove invalid ensure parameter from apt::ppa

Only turned up in puppet apply testing in the puppet-nodepool patch.

Change-Id: Idaac8b1e2ff3e3705bd50b76e48f5d12b743244c
This commit is contained in:
Monty Taylor 2015-05-02 21:46:30 -04:00
parent 4736bd18c0
commit d5ed31b5bf
1 changed files with 1 additions and 3 deletions

View File

@ -34,9 +34,7 @@ class diskimage_builder () {
require => Apt::Ppa['ppa:openstack-ci-core/vhd-util'],
}
apt::ppa { 'ppa:openstack-ci-core/vhd-util':
ensure => present,
}
apt::ppa { 'ppa:openstack-ci-core/vhd-util': }
# required by the diskimage-builder element scripts
if ! defined(Package['python-yaml']) {