2020-05-04 15:00:58 +00:00
|
|
|
case "$__target_host" in
|
|
|
|
# Everybody has this
|
|
|
|
localhost)
|
|
|
|
__file /etc/cdist-configured
|
2020-05-04 15:02:40 +00:00
|
|
|
__timezone Asia/Seoul
|
2020-05-04 15:11:00 +00:00
|
|
|
__package emacs --state present
|
2020-05-04 15:00:58 +00:00
|
|
|
;;
|
|
|
|
esac
|