20 lines
389 B
Text
20 lines
389 B
Text
__file /etc/cdist-configured
|
|
|
|
case "$__target_host" in
|
|
localhost)
|
|
__motd
|
|
__timezone Asia/Seoul
|
|
# __my_computer
|
|
# __colourful_file --colour yellow
|
|
__my_nginx_site $__target_host
|
|
;;
|
|
jafo.laptop)
|
|
__motd
|
|
__timezone Asia/Seoul
|
|
# __my_computer
|
|
;;
|
|
*)
|
|
# __my_nginx
|
|
__my_nginx_site $__target_host
|
|
;;
|
|
esac
|