diff options
Diffstat (limited to 'tools/cloud-init/azure/config.boot.default')
-rw-r--r-- | tools/cloud-init/azure/config.boot.default | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/tools/cloud-init/azure/config.boot.default b/tools/cloud-init/azure/config.boot.default deleted file mode 100644 index c3a0aa5d..00000000 --- a/tools/cloud-init/azure/config.boot.default +++ /dev/null @@ -1,31 +0,0 @@ -system { - host-name vyos - syslog { - global { - facility all { - level info - } - facility protocols { - level debug - } - } - } - ntp { - server "time1.vyos.net" - server "time2.vyos.net" - server "time3.vyos.net" - } - console { - device ttyS0 { - speed 115200 - } - } - config-management { - commit-revisions 100 - } -} - -interfaces { - loopback lo { - } -} |