From f7409f9de707b3b137cb88f4d2c9525270ae7856 Mon Sep 17 00:00:00 2001 From: Youngjin Han Date: Tue, 5 May 2020 00:01:32 +0900 Subject: [PATCH] Learning Circle : update cdist init file --- youngjin.han/dot-cdist/init | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/youngjin.han/dot-cdist/init b/youngjin.han/dot-cdist/init index e69de29..cd3f05c 100644 --- a/youngjin.han/dot-cdist/init +++ b/youngjin.han/dot-cdist/init @@ -0,0 +1,9 @@ +__file /etc/cdist-configured + +case "$__target_host" in + localhost) + __motd + __timezone Asia/Seoul + __package emacs --state present + ;; +esac