Learning Circle : update cdist init file

This commit is contained in:
youngjin.han 2020-05-05 00:01:32 +09:00
parent ba3d9db8c1
commit ff02443a0f
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
__file /etc/cdist-configured
case "$__target_host" in
localhost)
__motd
__timezone Asia/Seoul
__package emacs --state present
;;
esac