We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba65af6 + 0506767 commit 66bc0d9Copy full SHA for 66bc0d9
spec/default_facts.yml
@@ -2,7 +2,8 @@
2
#
3
# Facts specified here will override the values provided by rspec-puppet-facts.
4
---
5
-ipaddress: "172.16.254.254"
6
-ipaddress6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
+networking:
+ ip: "172.16.254.254"
7
+ ip6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
8
+ mac: "AA:AA:AA:AA:AA:AA"
9
is_pe: false
-macaddress: "AA:AA:AA:AA:AA:AA"
0 commit comments