diff --git a/facts/1.6/archlinux-x86_64.facts b/facts/1.6/archlinux-x86_64.facts index 48c0ccf7..f85ddd8e 100644 --- a/facts/1.6/archlinux-x86_64.facts +++ b/facts/1.6/archlinux-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 1.6.0", "architecture": "x86_64", "kernel": "Linux", diff --git a/facts/1.6/fedora-19-i386.facts b/facts/1.6/fedora-19-i386.facts index aa1cea74..e402a3a5 100644 --- a/facts/1.6/fedora-19-i386.facts +++ b/facts/1.6/fedora-19-i386.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 1.6.0", "architecture": "i386", "kernel": "Linux", diff --git a/facts/1.6/fedora-19-x86_64.facts b/facts/1.6/fedora-19-x86_64.facts index e7c267da..f9672303 100644 --- a/facts/1.6/fedora-19-x86_64.facts +++ b/facts/1.6/fedora-19-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 1.6.0", "architecture": "x86_64", "kernel": "Linux", diff --git a/facts/1.7/archlinux-x86_64.facts b/facts/1.7/archlinux-x86_64.facts index 5afbf2f4..6b1e9b5b 100644 --- a/facts/1.7/archlinux-x86_64.facts +++ b/facts/1.7/archlinux-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 1.7.0", "architecture": "x86_64", "kernel": "Linux", diff --git a/facts/2.0/archlinux-x86_64.facts b/facts/2.0/archlinux-x86_64.facts index f82411c2..b4bc8201 100644 --- a/facts/2.0/archlinux-x86_64.facts +++ b/facts/2.0/archlinux-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 2.0.0", "architecture": "x86_64", "kernel": "Linux", diff --git a/facts/2.1/archlinux-x86_64.facts b/facts/2.1/archlinux-x86_64.facts index 0b9fa085..159d7bf6 100644 --- a/facts/2.1/archlinux-x86_64.facts +++ b/facts/2.1/archlinux-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 2.1.0", "architecture": "x86_64", "kernel": "Linux", diff --git a/facts/2.2/archlinux-x86_64.facts b/facts/2.2/archlinux-x86_64.facts index 1ad3d1ad..d0a9de57 100644 --- a/facts/2.2/archlinux-x86_64.facts +++ b/facts/2.2/archlinux-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 2.2.0", "kernel": "Linux", "system_uptime": { diff --git a/facts/2.3/archlinux-x86_64.facts b/facts/2.3/archlinux-x86_64.facts index 6d207016..1dd8a413 100644 --- a/facts/2.3/archlinux-x86_64.facts +++ b/facts/2.3/archlinux-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 2.3.0", "architecture": "x86_64", "kernel": "Linux", diff --git a/facts/2.4/archlinux-x86_64.facts b/facts/2.4/archlinux-x86_64.facts index 434fc717..f706ce2c 100644 --- a/facts/2.4/archlinux-x86_64.facts +++ b/facts/2.4/archlinux-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 2.4.0", "kernel": "Linux", "system_uptime": { diff --git a/facts/2.5/archlinux-x86_64.facts b/facts/2.5/archlinux-x86_64.facts index 4fac888c..62629fc2 100644 --- a/facts/2.5/archlinux-x86_64.facts +++ b/facts/2.5/archlinux-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "gem_version": "~> 2.5.0", "architecture": "x86_64", "kernel": "Linux", diff --git a/facts/3.0/ubuntu-15.10-i386.facts b/facts/3.0/ubuntu-15.10-i386.facts index a0194417..eadd2df1 100644 --- a/facts/3.0/ubuntu-15.10-i386.facts +++ b/facts/3.0/ubuntu-15.10-i386.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "hostname": "foo", "domain": "example.com", "fqdn": "foo.example.com", diff --git a/facts/3.0/ubuntu-15.10-x86_64.facts b/facts/3.0/ubuntu-15.10-x86_64.facts index f92c56c7..3b50a287 100644 --- a/facts/3.0/ubuntu-15.10-x86_64.facts +++ b/facts/3.0/ubuntu-15.10-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "hostname": "foo", "domain": "example.com", "fqdn": "foo.example.com", diff --git a/facts/3.10/archlinux-x86_64.facts b/facts/3.10/archlinux-x86_64.facts index 6ba56614..e080d302 100644 --- a/facts/3.10/archlinux-x86_64.facts +++ b/facts/3.10/archlinux-x86_64.facts @@ -326,6 +326,7 @@ "dhcp": "10.0.2.2", "fqdn": "foo.example.com", "hostname": "foo", + "domain": "example.com", "interfaces": { "eth0": { "bindings": [ diff --git a/facts/3.10/ubuntu-18.04-aarch64.facts b/facts/3.10/ubuntu-18.04-aarch64.facts index 422a1818..6a4729c6 100644 --- a/facts/3.10/ubuntu-18.04-aarch64.facts +++ b/facts/3.10/ubuntu-18.04-aarch64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "fqdn": "foo.example.com", "domain": "example.com", "hostname": "foo", @@ -306,6 +307,7 @@ "dhcp": "192.168.1.1", "fqdn": "foo.example.com", "hostname": "foo", + "domain": "example.com", "interfaces": { "datapath": { "bindings6": [ diff --git a/facts/3.11/archlinux-x86_64.facts b/facts/3.11/archlinux-x86_64.facts index d345e7f4..22f1273d 100644 --- a/facts/3.11/archlinux-x86_64.facts +++ b/facts/3.11/archlinux-x86_64.facts @@ -326,6 +326,7 @@ "dhcp": "10.0.2.2", "fqdn": "foo.example.com", "hostname": "foo", + "domain": "example.com", "interfaces": { "eth0": { "bindings": [ diff --git a/facts/3.11/solaris-10-i86pc.facts b/facts/3.11/solaris-10-i86pc.facts index 70ef6fad..dd4861a0 100644 --- a/facts/3.11/solaris-10-i86pc.facts +++ b/facts/3.11/solaris-10-i86pc.facts @@ -399,7 +399,7 @@ "networking": { "domain": "example.com", "fqdn": "foo.example.com", - "hostname": "myhostname", + "hostname": "foo", "interfaces": { "lo0": { "bindings": [ diff --git a/facts/3.12/archlinux-x86_64.facts b/facts/3.12/archlinux-x86_64.facts index cee9f866..1b682d82 100644 --- a/facts/3.12/archlinux-x86_64.facts +++ b/facts/3.12/archlinux-x86_64.facts @@ -326,6 +326,7 @@ "dhcp": "10.0.2.2", "fqdn": "foo.example.com", "hostname": "foo", + "domain": "example.com", "interfaces": { "eth0": { "bindings": [ diff --git a/facts/3.14/VirtuozzoLinux-7-x86_64.facts b/facts/3.14/VirtuozzoLinux-7-x86_64.facts index 4b7372fa..a7fb4ebc 100644 --- a/facts/3.14/VirtuozzoLinux-7-x86_64.facts +++ b/facts/3.14/VirtuozzoLinux-7-x86_64.facts @@ -346,7 +346,7 @@ "dhcp": "169.255.254.1", "domain": "example.com", "fqdn": "foo.example.com", - "hostname": "awesome", + "hostname": "foo", "interfaces": { "eth0": { "bindings": [ diff --git a/facts/3.14/archlinux-x86_64.facts b/facts/3.14/archlinux-x86_64.facts index 0e2ec7b8..f78b7a47 100644 --- a/facts/3.14/archlinux-x86_64.facts +++ b/facts/3.14/archlinux-x86_64.facts @@ -326,6 +326,7 @@ "dhcp": "10.0.2.2", "fqdn": "foo.example.com", "hostname": "foo", + "domain": "example.com", "interfaces": { "eth0": { "bindings": [ diff --git a/facts/3.14/ubuntu-21.04-x86_64.facts b/facts/3.14/ubuntu-21.04-x86_64.facts index 1448d059..db752dce 100644 --- a/facts/3.14/ubuntu-21.04-x86_64.facts +++ b/facts/3.14/ubuntu-21.04-x86_64.facts @@ -314,7 +314,7 @@ "dhcp": "8.8.8.8", "domain": "example.com", "fqdn": "foo.example.com", - "hostname": "2104", + "hostname": "foo", "interfaces": { "internal": { "bindings": [ diff --git a/facts/3.2/aix-53-powerpc.facts b/facts/3.2/aix-53-powerpc.facts index 886ebd36..c106af2b 100644 --- a/facts/3.2/aix-53-powerpc.facts +++ b/facts/3.2/aix-53-powerpc.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "fqdn": "foo.example.com", "domain": "example.com", "hostname": "foo", @@ -38,8 +39,8 @@ }, "networking": { "domain": "example.com", - "fqdn": "aix-53.example.com", - "hostname": "aix-53", + "fqdn": "foo.example.com", + "hostname": "foo", "interfaces": { "en0": { "bindings": [ diff --git a/facts/3.2/aix-61-powerpc.facts b/facts/3.2/aix-61-powerpc.facts index 3c968da9..d943e7c8 100644 --- a/facts/3.2/aix-61-powerpc.facts +++ b/facts/3.2/aix-61-powerpc.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "hostname": "foo", "domain": "example.com", "fqdn": "foo.example.com", @@ -38,8 +39,8 @@ }, "networking": { "domain": "example.com", - "fqdn": "aix-53.example.com", - "hostname": "aix-53", + "fqdn": "foo.example.com", + "hostname": "foo", "interfaces": { "en0": { "bindings": [ diff --git a/facts/3.2/aix-71-powerpc.facts b/facts/3.2/aix-71-powerpc.facts index 84ad7601..c9adc58b 100644 --- a/facts/3.2/aix-71-powerpc.facts +++ b/facts/3.2/aix-71-powerpc.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "fqdn": "foo.example.com", "domain": "example.com", "hostname": "foo", @@ -38,8 +39,8 @@ }, "networking": { "domain": "example.com", - "fqdn": "aix-71.example.com", - "hostname": "aix-71", + "fqdn": "foo.example.com", + "hostname": "foo", "interfaces": { "en0": { "bindings": [ diff --git a/facts/3.6/amazon-2017-x86_64.facts b/facts/3.6/amazon-2017-x86_64.facts index 48d444d4..73dd38b0 100644 --- a/facts/3.6/amazon-2017-x86_64.facts +++ b/facts/3.6/amazon-2017-x86_64.facts @@ -196,9 +196,9 @@ "network_lo": "127.0.0.0", "networking": { "dhcp": "10.254.253.129", - "domain": "us-gov-west-1.compute.internal", + "domain": "example.com", "fqdn": "foo.example.com", - "hostname": "ip-10-254-253-132", + "hostname": "foo", "interfaces": { "eth0": { "bindings": [ diff --git a/facts/3.6/pcs-6-x86_64.facts b/facts/3.6/pcs-6-x86_64.facts index aca51a7a..d6b505bf 100644 --- a/facts/3.6/pcs-6-x86_64.facts +++ b/facts/3.6/pcs-6-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "fqdn": "foo.example.com", "domain": "example.com", "hostname": "foo", @@ -141,7 +142,7 @@ "networking": { "domain": "example.com", "fqdn": "foo.example.com", - "hostname": "pcs-6-x86_64", + "hostname": "foo", "interfaces": { "br0": { "bindings": [ diff --git a/facts/3.9/aix-7.1-power.facts b/facts/3.9/aix-7.1-power.facts index 8326aa0a..f645af63 100644 --- a/facts/3.9/aix-7.1-power.facts +++ b/facts/3.9/aix-7.1-power.facts @@ -190,7 +190,7 @@ "networking": { "domain": "example.com", "fqdn": "foo.example.com", - "hostname": "hostname", + "hostname": "foo", "interfaces": { "en0": { "bindings6": [ diff --git a/facts/3.9/archlinux-x86_64.facts b/facts/3.9/archlinux-x86_64.facts index c96e9ae3..effacc93 100644 --- a/facts/3.9/archlinux-x86_64.facts +++ b/facts/3.9/archlinux-x86_64.facts @@ -325,6 +325,7 @@ "networking": { "dhcp": "10.0.2.2", "fqdn": "foo.example.com", + "domain": "example.com", "hostname": "foo", "interfaces": { "eth0": { diff --git a/facts/3.9/solaris-10-i86pc.facts b/facts/3.9/solaris-10-i86pc.facts index 389a18bc..3d22c6c0 100644 --- a/facts/3.9/solaris-10-i86pc.facts +++ b/facts/3.9/solaris-10-i86pc.facts @@ -406,8 +406,8 @@ "network_lo0": "127.0.0.0", "networking": { "domain": "example.com", - "fqdn": "hostname", - "hostname": "hostname", + "fqdn": "foo.example.com", + "hostname": "foo", "interfaces": { "bnx0": { "bindings": [ diff --git a/facts/4.0/centos-7-x86_64.facts b/facts/4.0/centos-7-x86_64.facts index 4c5a3ad4..2a31d51d 100644 --- a/facts/4.0/centos-7-x86_64.facts +++ b/facts/4.0/centos-7-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "os": { "family": "RedHat", "name": "CentOS", diff --git a/facts/4.0/debian-10-x86_64.facts b/facts/4.0/debian-10-x86_64.facts index 2854899d..c80c81a6 100644 --- a/facts/4.0/debian-10-x86_64.facts +++ b/facts/4.0/debian-10-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "os": { "architecture": "amd64", "release": { diff --git a/facts/4.0/oraclelinux-7-x86_64.facts b/facts/4.0/oraclelinux-7-x86_64.facts index 8ed517b6..604511ae 100644 --- a/facts/4.0/oraclelinux-7-x86_64.facts +++ b/facts/4.0/oraclelinux-7-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "os": { "family": "RedHat", "name": "OracleLinux", diff --git a/facts/4.0/redhat-7-x86_64.facts b/facts/4.0/redhat-7-x86_64.facts index e33b1508..a3ed03b9 100644 --- a/facts/4.0/redhat-7-x86_64.facts +++ b/facts/4.0/redhat-7-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "os": { "family": "RedHat", "name": "RedHat", diff --git a/facts/4.0/scientific-7-x86_64.facts b/facts/4.0/scientific-7-x86_64.facts index 6711beca..a6fea558 100644 --- a/facts/4.0/scientific-7-x86_64.facts +++ b/facts/4.0/scientific-7-x86_64.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "os": { "family": "RedHat", "name": "Scientific", diff --git a/facts/4.0/solaris-11-sun4v.facts b/facts/4.0/solaris-11-sun4v.facts index 552b4a1c..65b3272e 100644 --- a/facts/4.0/solaris-11-sun4v.facts +++ b/facts/4.0/solaris-11-sun4v.facts @@ -1,4 +1,5 @@ { + "ipaddress": "192.168.0.1", "is_virtual": true, "solaris_zones": { "current": "global",