From 6b79da4d9a2bbc8c7b10163a21f22d4b576d4ad0 Mon Sep 17 00:00:00 2001 From: elf Date: Tue, 5 May 2020 00:02:40 +0900 Subject: [PATCH] timezone setting --- kjg/dot-cdist/manifest/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kjg/dot-cdist/manifest/init b/kjg/dot-cdist/manifest/init index fcbae85..a862901 100644 --- a/kjg/dot-cdist/manifest/init +++ b/kjg/dot-cdist/manifest/init @@ -2,6 +2,6 @@ case "$__target_host" in # Everybody has this localhost) __file /etc/cdist-configured - + __timezone Asia/Seoul ;; esac