From: lionce Date: Tue, 16 Jul 2019 07:03:21 +0000 (+0300) Subject: pdksync_heads/master-0-gb096033 X-Git-Tag: v7.1.0~1^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2Fpdksync_pdksync_heads%2Fmaster-0-gb096033;p=puppet-modules%2Fpuppetlabs-apt.git pdksync_heads/master-0-gb096033 --- diff --git a/metadata.json b/metadata.json index e46abab..d507470 100644 --- a/metadata.json +++ b/metadata.json @@ -41,6 +41,6 @@ } ], "template-url": "https://github.com/puppetlabs/pdk-templates/#master", - "template-ref": "heads/master-0-g2b33205", - "pdk-version": "1.10.0" + "template-ref": "heads/master-0-gb096033", + "pdk-version": "1.11.1" } diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 9ee4373..c09e002 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -29,6 +29,11 @@ default_fact_files.each do |f| end end +# read default_facts and merge them over what is provided by facterdb +default_facts.each do |fact, value| + add_custom_fact fact, value +end + RSpec.configure do |c| c.default_facts = default_facts c.before :each do