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