From 9873b23ab256c7ad47ba8869fc635f5a96d838e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rkus=20S=C3=A1ndor?= Date: Tue, 1 Aug 2023 10:00:08 +0200 Subject: [PATCH] add timezonectl --- Vagrantfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 81d08da..e028556 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -15,6 +15,7 @@ Vagrant.configure("2") do |config| echo "vm1" > /etc/hostname hostname -F /etc/hostname echo "192.168.56.2 vm1" >> /etc/hosts + timedatectl set-timezone Europe/Budapest SHELL end @@ -33,6 +34,7 @@ Vagrant.configure("2") do |config| echo "vm2" > /etc/hostname hostname -F /etc/hostname echo "192.168.56.3 vm2" >> /etc/hosts + timedatectl set-timezone Europe/Budapest SHELL end @@ -51,6 +53,7 @@ Vagrant.configure("2") do |config| echo "vm3" > /etc/hostname hostname -F /etc/hostname echo "192.168.56.4 vm3" >> /etc/hosts + timedatectl set-timezone Europe/Budapest SHELL end @@ -69,6 +72,7 @@ Vagrant.configure("2") do |config| echo "vm4" > /etc/hostname hostname -F /etc/hostname echo "192.168.56.5 vm4" >> /etc/hosts + timedatectl set-timezone Europe/Budapest SHELL end @@ -86,6 +90,7 @@ Vagrant.configure("2") do |config| echo "zbxsrv" > /etc/hostname hostname -F /etc/hostname echo "192.168.56.6 zbxsrv" >> /etc/hosts + timedatectl set-timezone Europe/Budapest SHELL end