We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57e0965 + bbcf575 commit 54ca950Copy full SHA for 54ca950
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