Skip to content

Commit 66bc0d9

Browse files
authored
Merge pull request #1122 from puppetlabs/pdksync_(maint)-Replace_legacy_facts_in_spec/default_facts.yml
pdksync - (maint) - Replace legacy facts in spec/default_facts.yml
2 parents ba65af6 + 0506767 commit 66bc0d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

spec/default_facts.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#
33
# Facts specified here will override the values provided by rspec-puppet-facts.
44
---
5-
ipaddress: "172.16.254.254"
6-
ipaddress6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
5+
networking:
6+
ip: "172.16.254.254"
7+
ip6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
8+
mac: "AA:AA:AA:AA:AA:AA"
79
is_pe: false
8-
macaddress: "AA:AA:AA:AA:AA:AA"

0 commit comments

Comments
 (0)