]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
(maint) bump version to 4.0.0
authorHunter Haugen <hunter@puppet.com>
Mon, 24 Apr 2017 18:05:11 +0000 (11:05 -0700)
committerHunter Haugen <hunter@puppet.com>
Mon, 24 Apr 2017 18:05:11 +0000 (11:05 -0700)
metadata.json
spec/defines/source_compat_spec.rb
spec/defines/source_spec.rb

index c4f9bb7cf9708488c3a7750ef0537b5172e2cf6d..f4fadeb4c4844651262333f10ec90a2dfacb472f 100644 (file)
@@ -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",
index ad710a7ac8503bffdc95a02f17c3fb6dcb87bdd7..88cd625e1a5bcad94b9d5ce9c21517130698b044 100644 (file)
@@ -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
index cb9803557d124ad5cfa840912c511b44ca201235..5b37446f27095a737ce5420e4aeb0a9ef1ffc3ed 100644 (file)
@@ -250,7 +250,7 @@ describe 'apt::source' do
     let :params do
       {
         :location    => 'hello.there',
-        :include      => {'src' => true},
+        :include     => {'src' => true},
       }
     end