We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a53981 commit 818e30bCopy full SHA for 818e30b
spec/default_facts.yml
@@ -3,8 +3,8 @@
3
# Facts specified here will override the values provided by rspec-puppet-facts.
4
---
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"
9
- hostname: 'kubernetes.localhost'
+ ip: "172.16.254.254"
+ ip6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
+ mac: "AA:AA:AA:AA:AA:AA"
+ hostname: 'kubernetes.localhost'
10
is_pe: false
0 commit comments