From: Ben Godfrey Date: Fri, 11 Mar 2011 17:10:25 +0000 (+0000) Subject: Add package definition for python-software-properties X-Git-Tag: 0.0.1~35 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=945be7701917149dcb5394ba26b67507500e2738;p=puppet-modules%2Fpuppetlabs-apt.git Add package definition for python-software-properties --- diff --git a/manifests/ppa.pp b/manifests/ppa.pp index 51959cf..c9ab955 100644 --- a/manifests/ppa.pp +++ b/manifests/ppa.pp @@ -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'