2020-05-04 15:01:32 +00:00
|
|
|
__file /etc/cdist-configured
|
|
|
|
|
|
|
|
case "$__target_host" in
|
|
|
|
localhost)
|
2020-05-06 14:04:02 +00:00
|
|
|
__motd
|
2020-05-04 15:01:32 +00:00
|
|
|
__timezone Asia/Seoul
|
2020-05-08 15:27:49 +00:00
|
|
|
# __my_computer
|
2020-05-13 14:37:30 +00:00
|
|
|
# __colourful_file --colour yellow
|
|
|
|
__my_nginx_site $__target_host
|
2020-05-08 15:27:49 +00:00
|
|
|
;;
|
|
|
|
jafo.laptop)
|
|
|
|
__motd
|
|
|
|
__timezone Asia/Seoul
|
2020-05-13 14:37:30 +00:00
|
|
|
# __my_computer
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
# __my_nginx
|
|
|
|
__my_nginx_site $__target_host
|
2020-05-04 15:01:32 +00:00
|
|
|
;;
|
|
|
|
esac
|