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 400afeb commit a47e3ccCopy full SHA for a47e3cc
.sync.yml
@@ -41,7 +41,10 @@ Rakefile:
41
- rakelib/*
42
- plans/*.pp
43
- tasks/*
44
-
+spec/default_facts.yml:
45
+ extra_facts:
46
+ networking:
47
+ hostname: "kubernetes.localhost"
48
spec/spec_helper.rb:
49
mock_with: ':rspec'
50
coverage_report: true
spec/default_facts.yml
@@ -6,5 +6,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'
10
is_pe: false
0 commit comments