Don't pass options to ppa on lucid
[puppet-modules/puppetlabs-apt.git] / manifests / ppa.pp
index caff436bdf542c7fbaa23a5752ef81feb7912158..7ec6b20375d37358a096fa7cc0765923fe78401f 100644 (file)
@@ -2,7 +2,7 @@
 
 define apt::ppa(
   $release = $::lsbdistcodename,
-  $options = '-y'
+  $options = $apt::params::ppa_options,
 ) {
   $ensure  = 'present'
   include apt::params