8 lines
181 B
Text
8 lines
181 B
Text
case "$__target_host" in
|
|
# Everybody has this
|
|
localhost)
|
|
__file /etc/cdist-configured
|
|
__timezone Asia/Seoul
|
|
__package emacs --state present
|
|
;;
|
|
esac
|