From: lionce Date: Thu, 31 Jan 2019 09:20:32 +0000 (+0200) Subject: pdksync_1.9.0-0-g7281db5 X-Git-Tag: 7.0.0~9^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7822e610dcf021a787dec8f2a7bd1eafa91dfb34;p=puppet-modules%2Fpuppetlabs-apt.git pdksync_1.9.0-0-g7281db5 --- diff --git a/.puppet-lint.rc b/.puppet-lint.rc index e69de29..cc96ece 100644 --- a/.puppet-lint.rc +++ b/.puppet-lint.rc @@ -0,0 +1 @@ +--relative diff --git a/metadata.json b/metadata.json index a3978a4..a32d7d6 100644 --- a/metadata.json +++ b/metadata.json @@ -41,6 +41,6 @@ } ], "template-url": "https://github.com/puppetlabs/pdk-templates/", - "template-ref": "heads/master-0-g6814a87", - "pdk-version": "1.7.1" -} + "template-ref": "1.9.0-0-g7281db5", + "pdk-version": "1.9.0" +} \ No newline at end of file diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 35654b3..0d5efc0 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -32,6 +32,9 @@ RSpec.configure do |c| # by default Puppet runs at warning level Puppet.settings[:strict] = :warning end + c.filter_run_excluding(bolt: true) unless ENV['GEM_BOLT'] + c.after(:suite) do + end end def ensure_module_defined(module_name)