diff --git a/manifests/init.pp b/manifests/init.pp index 51b965b5..84fe2095 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,8 +26,10 @@ 'Ubuntu': { class { 'apt': } - package { 'python-software-properties': - ensure => present, + if !defined(Package["python-software-properties"]) { + package { 'python-software-properties': + ensure => present, + } } apt::ppa { 'ppa:chris-lea/node.js':