Merge branch '1.4.x'
authorHunter Haugen <hunter@puppetlabs.com>
Mon, 24 Feb 2014 21:36:48 +0000 (13:36 -0800)
committerHunter Haugen <hunter@puppetlabs.com>
Mon, 24 Feb 2014 21:36:48 +0000 (13:36 -0800)
1  2 
manifests/ppa.pp
spec/acceptance/apt_ppa_spec.rb

index 14fbbceba41089f3e7ee683724c748c8c65c5941,7ec6b20375d37358a096fa7cc0765923fe78401f..bc8d486007980a1770884ffa91d8bce06b90b421
@@@ -1,10 -1,10 +1,10 @@@
  # ppa.pp
  
  define apt::ppa(
 +  $ensure  = 'present',
    $release = $::lsbdistcodename,
-   $options = '-y'
+   $options = $apt::params::ppa_options,
  ) {
 -  $ensure  = 'present'
    include apt::params
    include apt::update
  
Simple merge