Merge pull request #31 from pdxcat/fix_release_parameter_test
[puppet-modules/puppetlabs-apt.git] / manifests / init.pp
index ceb8d5ce0bffb38a7bf1bf2fc6b74033819ae25f..b41d359fbdeb22652a42db531ea387cf9abf05cb 100644 (file)
@@ -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",