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'