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