Skip to content

Commit 27cfbae

Browse files
author
carabasdaniel
authored
Merge pull request #1215 from puppetlabs/pdksync_pdksync_heads/master-0-gb096033
pdksync - pdksync_heads/master-0-gb096033
2 parents 6825dd5 + e1dab70 commit 27cfbae

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,6 @@
8282
],
8383
"description": "MySQL module",
8484
"template-url": "https://github.com/puppetlabs/pdk-templates/#master",
85-
"template-ref": "heads/master-0-g2b33205",
86-
"pdk-version": "1.10.0"
85+
"template-ref": "heads/master-0-gb096033",
86+
"pdk-version": "1.11.1"
8787
}

spec/spec_helper.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
end
2626
end
2727

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+
2833
RSpec.configure do |c|
2934
c.default_facts = default_facts
3035
c.before :each do

0 commit comments

Comments
 (0)