From 945be7701917149dcb5394ba26b67507500e2738 Mon Sep 17 00:00:00 2001 From: Ben Godfrey Date: Fri, 11 Mar 2011 17:10:25 +0000 Subject: [PATCH] Add package definition for python-software-properties --- manifests/ppa.pp | 2 ++ 1 file changed, 2 insertions(+) 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' -- 2.45.2