Skip to content

Commit f5399ff

Browse files
author
carabasdaniel
authored
Merge pull request #1035 from puppetlabs/pdksync_pdksync_heads/master-0-gb096033
pdksync - pdksync_heads/master-0-gb096033
2 parents 19ace45 + e21a691 commit f5399ff

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
@@ -103,7 +103,7 @@
103103
}
104104
],
105105
"description": "Standard Library for Puppet Modules",
106-
"pdk-version": "1.10.0",
106+
"pdk-version": "1.11.1",
107107
"template-url": "https://github.com/puppetlabs/pdk-templates#master",
108-
"template-ref": "heads/master-0-g2b33205"
108+
"template-ref": "heads/master-0-gb096033"
109109
}

spec/spec_helper.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
end
3030
end
3131

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+
3237
RSpec.configure do |c|
3338
c.default_facts = default_facts
3439
c.before :each do

0 commit comments

Comments
 (0)