From f1d913c5810a41c87ed6a2bb60b9ed7795b46325 Mon Sep 17 00:00:00 2001 From: Hunter Haugen Date: Mon, 24 Apr 2017 11:05:11 -0700 Subject: [PATCH] (maint) bump version to 4.0.0 --- metadata.json | 2 +- spec/defines/source_compat_spec.rb | 16 ++++++++-------- spec/defines/source_spec.rb | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) 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 -- 2.45.2