]> review.fuel-infra Code Review - puppet-modules/puppetlabs-apt.git/commitdiff
pdksync_heads/master-0-gb096033 pdksync_pdksync_heads/master-0-gb096033
authorlionce <loredana.ionce@puppet.com>
Tue, 16 Jul 2019 07:03:21 +0000 (10:03 +0300)
committerlionce <loredana.ionce@puppet.com>
Tue, 16 Jul 2019 07:03:21 +0000 (10:03 +0300)
metadata.json
spec/spec_helper.rb

index e46ababa6cee80feb677973fb750c9e7deb36dee..d5074703c1e5796a8a6c00d23518da16155f6ea5 100644 (file)
@@ -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"
 }
index 9ee43737050ba5dbe18a16e4491cf6776834f3d5..c09e0024da88e5dc36642b80f75efdc9887a6065 100644 (file)
@@ -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