From: lionce Date: Thu, 31 Jan 2019 09:21:50 +0000 (+0200) Subject: pdksync_1.9.0-0-g7281db5 X-Git-Tag: 1.15.1~3^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=523836e429b8c763b942e9bda292e819ae5f42e4;p=puppet-modules%2Fpuppetlabs-firewall.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 36ce58b..f61e780 100644 --- a/metadata.json +++ b/metadata.json @@ -75,6 +75,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)