We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19ace45 + e21a691 commit f5399ffCopy full SHA for f5399ff
metadata.json
@@ -103,7 +103,7 @@
103
}
104
],
105
"description": "Standard Library for Puppet Modules",
106
- "pdk-version": "1.10.0",
+ "pdk-version": "1.11.1",
107
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
108
- "template-ref": "heads/master-0-g2b33205"
+ "template-ref": "heads/master-0-gb096033"
109
spec/spec_helper.rb
@@ -29,6 +29,11 @@
29
end
30
31
32
+# read default_facts and merge them over what is provided by facterdb
33
+default_facts.each do |fact, value|
34
+ add_custom_fact fact, value
35
+end
36
+
37
RSpec.configure do |c|
38
c.default_facts = default_facts
39
c.before :each do
0 commit comments