Add package definition for python-software-properties

This commit is contained in:
Ben Godfrey 2011-03-11 17:10:25 +00:00 committed by Ben Godfrey
parent 71fc425176
commit 945be77019

View file

@ -5,6 +5,8 @@ define apt::ppa(
) {
include apt
package { "python-software-properties": }
exec { "/usr/bin/add-apt-repository ${name}":
require => Package["python-software-properties"],
# TODO: unless => 'check'