Skip to content

Commit

Permalink
archlinux: set correct FQDN/hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 19, 2019
1 parent 117a40c commit 4b0b5a4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
7 changes: 4 additions & 3 deletions facts/3.10/archlinux-x86_64.facts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"gid": "root",
"hardwareisa": "unknown",
"hardwaremodel": "x86_64",
"hostname": "archlinux",
"hostname": "foo",
"hypervisors": {
"virtualbox": {}
},
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -506,5 +506,6 @@
"uptime_hours": 0,
"uptime_seconds": 268,
"uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d",
"domain": "example.com",
"virtual": "virtualbox"
}
7 changes: 4 additions & 3 deletions facts/3.11/archlinux-x86_64.facts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"gid": "root",
"hardwareisa": "unknown",
"hardwaremodel": "x86_64",
"hostname": "archlinux",
"hostname": "example",
"hypervisors": {
"virtualbox": {}
},
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -506,5 +506,6 @@
"uptime_hours": 0,
"uptime_seconds": 268,
"uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d",
"domain": "example.com",
"virtual": "virtualbox"
}
5 changes: 3 additions & 2 deletions facts/3.12/archlinux-x86_64.facts
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -506,5 +506,6 @@
"uptime_hours": 0,
"uptime_seconds": 268,
"uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d",
"domain": "example.com",
"virtual": "virtualbox"
}
7 changes: 4 additions & 3 deletions facts/3.9/archlinux-x86_64.facts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"gid": "root",
"hardwareisa": "unknown",
"hardwaremodel": "x86_64",
"hostname": "archlinux",
"hostname": "foo",
"hypervisors": {
"virtualbox": {}
},
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -506,5 +506,6 @@
"uptime_hours": 0,
"uptime_seconds": 268,
"uuid": "eb6e0002-bde8-4896-b25f-780ea4ce4e2d",
"domain": "example.com",
"virtual": "virtualbox"
}

0 comments on commit 4b0b5a4

Please sign in to comment.