From 4b0b5a40936f684aec438050bf477a5eaabeac0a Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 19 Dec 2019 17:18:08 +0100 Subject: [PATCH] archlinux: set correct FQDN/hostname --- facts/3.10/archlinux-x86_64.facts | 7 ++++--- facts/3.11/archlinux-x86_64.facts | 7 ++++--- facts/3.12/archlinux-x86_64.facts | 5 +++-- facts/3.9/archlinux-x86_64.facts | 7 ++++--- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/facts/3.10/archlinux-x86_64.facts b/facts/3.10/archlinux-x86_64.facts index 1255454d..9f6240ad 100644 --- a/facts/3.10/archlinux-x86_64.facts +++ b/facts/3.10/archlinux-x86_64.facts @@ -55,7 +55,7 @@ "gid": "root", "hardwareisa": "unknown", "hardwaremodel": "x86_64", - "hostname": "archlinux", + "hostname": "foo", "hypervisors": { "virtualbox": {} }, @@ -324,8 +324,8 @@ "network_lo": "127.0.0.0", "networking": { "dhcp": "10.0.2.2", - "fqdn": "archlinux", - "hostname": "archlinux", + "fqdn": "foo.example.com", + "hostname": "foo", "interfaces": { "eth0": { "bindings": [ @@ -506,5 +506,6 @@ "uptime_hours": 0, "uptime_seconds": 268, "uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d", + "domain": "example.com", "virtual": "virtualbox" } diff --git a/facts/3.11/archlinux-x86_64.facts b/facts/3.11/archlinux-x86_64.facts index 6540c50a..20df677b 100644 --- a/facts/3.11/archlinux-x86_64.facts +++ b/facts/3.11/archlinux-x86_64.facts @@ -55,7 +55,7 @@ "gid": "root", "hardwareisa": "unknown", "hardwaremodel": "x86_64", - "hostname": "archlinux", + "hostname": "example", "hypervisors": { "virtualbox": {} }, @@ -324,8 +324,8 @@ "network_lo": "127.0.0.0", "networking": { "dhcp": "10.0.2.2", - "fqdn": "archlinux", - "hostname": "archlinux", + "fqdn": "foo.example.com", + "hostname": "foo", "interfaces": { "eth0": { "bindings": [ @@ -506,5 +506,6 @@ "uptime_hours": 0, "uptime_seconds": 268, "uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d", + "domain": "example.com", "virtual": "virtualbox" } diff --git a/facts/3.12/archlinux-x86_64.facts b/facts/3.12/archlinux-x86_64.facts index 7ff8cf35..adf18b00 100644 --- a/facts/3.12/archlinux-x86_64.facts +++ b/facts/3.12/archlinux-x86_64.facts @@ -324,8 +324,8 @@ "network_lo": "127.0.0.0", "networking": { "dhcp": "10.0.2.2", - "fqdn": "archlinux", - "hostname": "archlinux", + "fqdn": "foo.example.com", + "hostname": "foo", "interfaces": { "eth0": { "bindings": [ @@ -506,5 +506,6 @@ "uptime_hours": 0, "uptime_seconds": 268, "uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d", + "domain": "example.com", "virtual": "virtualbox" } diff --git a/facts/3.9/archlinux-x86_64.facts b/facts/3.9/archlinux-x86_64.facts index 0fe344ea..dc70f76e 100644 --- a/facts/3.9/archlinux-x86_64.facts +++ b/facts/3.9/archlinux-x86_64.facts @@ -55,7 +55,7 @@ "gid": "root", "hardwareisa": "unknown", "hardwaremodel": "x86_64", - "hostname": "archlinux", + "hostname": "foo", "hypervisors": { "virtualbox": {} }, @@ -324,8 +324,8 @@ "network_lo": "127.0.0.0", "networking": { "dhcp": "10.0.2.2", - "fqdn": "archlinux", - "hostname": "archlinux", + "fqdn": "foo.example.com", + "hostname": "foo", "interfaces": { "eth0": { "bindings": [ @@ -506,5 +506,6 @@ "uptime_hours": 0, "uptime_seconds": 268, "uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d", + "domain": "example.com", "virtual": "virtualbox" }