From: Jeff Wallace Date: Mon, 12 Jul 2010 14:01:43 +0000 (-0400) Subject: Merge branch 'master' of github.com:evolvingweb/puppet-apt X-Git-Tag: 0.0.1~38 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=45bc6b196245ccc3685a3cbead8213e9b8e40c96;p=puppet-modules%2Fpuppetlabs-apt.git Merge branch 'master' of github.com:evolvingweb/puppet-apt --- 45bc6b196245ccc3685a3cbead8213e9b8e40c96 diff --cc manifests/ppa.pp index e7ab361,e7ab361..75f0a69 --- a/manifests/ppa.pp +++ b/manifests/ppa.pp @@@ -5,7 -5,7 +5,7 @@@ define apt::ppa ) { include apt -- exec { "add-apt-repository ${name}": ++ exec { "/usr/bin/add-apt-repository ${name}": require => Package["python-software-properties"], # TODO: unless => 'check' }