X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=manifests%2Finit.pp;h=b41d359fbdeb22652a42db531ea387cf9abf05cb;hb=7c0d10b392cc6ef77817975e93bf8bedaf8f34f6;hp=ceb8d5ce0bffb38a7bf1bf2fc6b74033819ae25f;hpb=e68e663f2886db86f021ff91a5a3902d9382e81a;p=puppet-modules%2Fpuppetlabs-apt.git diff --git a/manifests/init.pp b/manifests/init.pp index ceb8d5c..b41d359 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -37,7 +37,9 @@ class apt( false => true } - package { "python-software-properties": } + if ! defined(Package["python-software-properties"]) { + package { "python-software-properties": } + } file { "sources.list": path => "${apt::params::root}/sources.list",