aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hashizume <mhashizume@users.noreply.github.com>2023-09-19 10:41:37 -0700
committerGitHub <noreply@github.com>2023-09-19 10:41:37 -0700
commitf2aa3957da62c467d24f241b545333a3759fe8e6 (patch)
tree2d97331cdb92eae28fdbf915ea707dd79c73524e
parente1950bf0448862cd7c3b134cda4520be9088585c (diff)
parent1687c1fd7a24c1e24fd47268f362cecb106d823f (diff)
downloadpuppet-augeas_core-f2aa3957da62c467d24f241b545333a3759fe8e6.tar.gz
puppet-augeas_core-f2aa3957da62c467d24f241b545333a3759fe8e6.tar.bz2
Merge pull request #64 from puppetlabs/maint-update_default_facts
(maint) - Update default_facts.yml to structured facts
-rw-r--r--spec/default_facts.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/spec/default_facts.yml b/spec/default_facts.yml
index f777abf..3346c39 100644
--- a/spec/default_facts.yml
+++ b/spec/default_facts.yml
@@ -2,7 +2,8 @@
#
# Facts specified here will override the values provided by rspec-puppet-facts.
---
-ipaddress: "172.16.254.254"
-ipaddress6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
+networking:
+ ip: "172.16.254.254"
+ ip6: "FE80:0000:0000:0000:AAAA:AAAA:AAAA"
+ mac: "AA:AA:AA:AA:AA:AA"
is_pe: false
-macaddress: "AA:AA:AA:AA:AA:AA"