Skip to content

Commit a47e3cc

Browse files
author
jordanbreen28
committed
(maint) - Add hostname fact to .sync.yml
1 parent 400afeb commit a47e3cc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.sync.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ Rakefile:
4141
- rakelib/*
4242
- plans/*.pp
4343
- tasks/*
44-
44+
spec/default_facts.yml:
45+
extra_facts:
46+
networking:
47+
hostname: "kubernetes.localhost"
4548
spec/spec_helper.rb:
4649
mock_with: ':rspec'
4750
coverage_report: true

spec/default_facts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ networking:
66
ip: "172.16.254.254"
77
ip6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
88
mac: "AA:AA:AA:AA:AA:AA"
9-
hostname: 'kubernetes.localhost'
9+
hostname: "kubernetes.localhost"
1010
is_pe: false

0 commit comments

Comments
 (0)