diff options
| author | UnicronNL <kim.sidney@gmail.com> | 2019-07-12 10:39:42 +0200 |
|---|---|---|
| committer | UnicronNL <kim.sidney@gmail.com> | 2019-07-12 10:40:17 +0200 |
| commit | 882b223ae9a62fc4331db964311aff20ff9ba3cb (patch) | |
| tree | 1238464743b5994e81ca46571b36047dde8ac25c /tools/cloud-init/GCE | |
| parent | 1d5a0fdcc288d0c2c7a7b651de6ff6cff03f7d8c (diff) | |
| download | vyos-build-882b223ae9a62fc4331db964311aff20ff9ba3cb.tar.gz vyos-build-882b223ae9a62fc4331db964311aff20ff9ba3cb.zip | |
Add default hostname
Diffstat (limited to 'tools/cloud-init/GCE')
| -rw-r--r-- | tools/cloud-init/GCE/config.boot.default | 1 | ||||
| -rw-r--r-- | tools/cloud-init/GCE/config.boot.default-debug | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/cloud-init/GCE/config.boot.default b/tools/cloud-init/GCE/config.boot.default index a0cc398f..cac26936 100644 --- a/tools/cloud-init/GCE/config.boot.default +++ b/tools/cloud-init/GCE/config.boot.default @@ -1,4 +1,5 @@ system { + host-name vyos syslog { global { facility all { diff --git a/tools/cloud-init/GCE/config.boot.default-debug b/tools/cloud-init/GCE/config.boot.default-debug index 9514e893..a51c3f4d 100644 --- a/tools/cloud-init/GCE/config.boot.default-debug +++ b/tools/cloud-init/GCE/config.boot.default-debug @@ -10,6 +10,7 @@ service { } } system { + host-name vyos syslog { global { facility all { |
