]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
Merge branch 'master' into release 4.0.0
authorHunter Haugen <hunter@puppet.com>
Wed, 26 Apr 2017 18:34:24 +0000 (11:34 -0700)
committerHunter Haugen <hunter@puppet.com>
Wed, 26 Apr 2017 18:35:39 +0000 (11:35 -0700)
1  2 
manifests/source.pp
spec/defines/source_spec.rb

index ad80977c68cda73576dbf30b30c06bcd00bbcd54,9cb21338d771a87615ec9595a4548d21dcee458e..a9769ea890c39bcdf098db2fac8e1d043c0a24ae
@@@ -50,13 -99,13 +50,13 @@@ define apt::source
    $header = epp('apt/_header.epp')
  
    $sourcelist = epp('apt/source.list.epp', {
-     'comment'        => $comment,
-     'includes'       => $includes,
-     'architecture'   => $architecture,
-     'allow_unsigned' => $allow_unsigned,
-     'location'       => $location,
-     'release'        => $_release,
-     'repos'          => $repos,
+     'comment'          => $comment,
+     'includes'         => $includes,
+     'opt_architecture' => $architecture,
 -    'allow_unsigned'   => $_allow_unsigned,
++    'allow_unsigned'   => $allow_unsigned,
+     'location'         => $location,
+     'release'          => $_release,
+     'repos'            => $repos,
    })
  
    apt::setting { "list-${name}":
Simple merge