From: Hunter Haugen Date: Mon, 24 Apr 2017 18:05:11 +0000 (-0700) Subject: (maint) bump version to 4.0.0 X-Git-Tag: 4.0.0~2^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f1d913c5810a41c87ed6a2bb60b9ed7795b46325;p=puppet-modules%2Fpuppetlabs-apt.git (maint) bump version to 4.0.0 --- diff --git a/metadata.json b/metadata.json index c4f9bb7..f4fadeb 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppetlabs-apt", - "version": "3.0.0", + "version": "4.0.0", "author": "Puppet Labs", "summary": "Provides an interface for managing Apt source, key, and definitions with Puppet", "license": "Apache-2.0", diff --git a/spec/defines/source_compat_spec.rb b/spec/defines/source_compat_spec.rb index ad710a7..88cd625 100644 --- a/spec/defines/source_compat_spec.rb +++ b/spec/defines/source_compat_spec.rb @@ -41,14 +41,14 @@ describe 'apt::source', :type => :define do end let :params do { - 'comment' => 'foo', - 'location' => 'http://debian.mirror.iweb.ca/debian/', - 'release' => 'sid', - 'repos' => 'testing', - 'include' => { 'src' => false }, - 'key' => GPG_KEY_ID, - 'pin' => '10', - 'architecture' => 'x86_64', + 'comment' => 'foo', + 'location' => 'http://debian.mirror.iweb.ca/debian/', + 'release' => 'sid', + 'repos' => 'testing', + 'include' => { 'src' => false }, + 'key' => GPG_KEY_ID, + 'pin' => '10', + 'architecture' => 'x86_64', 'allow_unsigned' => true, } end diff --git a/spec/defines/source_spec.rb b/spec/defines/source_spec.rb index cb98035..5b37446 100644 --- a/spec/defines/source_spec.rb +++ b/spec/defines/source_spec.rb @@ -250,7 +250,7 @@ describe 'apt::source' do let :params do { :location => 'hello.there', - :include => {'src' => true}, + :include => {'src' => true}, } end