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 6825dd5 + e1dab70 commit 27cfbaeCopy full SHA for 27cfbae
metadata.json
@@ -82,6 +82,6 @@
82
],
83
"description": "MySQL module",
84
"template-url": "https://github.com/puppetlabs/pdk-templates/#master",
85
- "template-ref": "heads/master-0-g2b33205",
86
- "pdk-version": "1.10.0"
+ "template-ref": "heads/master-0-gb096033",
+ "pdk-version": "1.11.1"
87
}
spec/spec_helper.rb
@@ -25,6 +25,11 @@
25
end
26
27
28
+# read default_facts and merge them over what is provided by facterdb
29
+default_facts.each do |fact, value|
30
+ add_custom_fact fact, value
31
+end
32
+
33
RSpec.configure do |c|
34
c.default_facts = default_facts
35
c.before :each do
0 commit comments