Skip to content

Commit

Permalink
(maint) - Replace legacy facts in spec/default_facts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Jul 17, 2023
1 parent dd97ff2 commit f4cb79f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spec/default_facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#
# Facts specified here will override the values provided by rspec-puppet-facts.
---
ipaddress: "172.16.254.254"
ipaddress6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
networking:
ip: "172.16.254.254"
ip6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
mac: "AA:AA:AA:AA:AA:AA"
is_pe: false
macaddress: "AA:AA:AA:AA:AA:AA"

0 comments on commit f4cb79f

Please sign in to comment.