2020-05-04 15:01:32 +00:00
|
|
|
__file /etc/cdist-configured
|
|
|
|
|
|
|
|
case "$__target_host" in
|
|
|
|
localhost)
|
2020-05-15 15:05:44 +00:00
|
|
|
# __motd
|
|
|
|
# __timezone Asia/Seoul
|
2020-05-08 15:27:49 +00:00
|
|
|
# __my_computer
|
2020-05-15 12:13:35 +00:00
|
|
|
# __colourful_file --colour yellow --colour blue --colour red --colour green
|
|
|
|
# __my_dotfiles
|
|
|
|
# __my_nginx_site $__target_host
|
2020-05-15 15:05:44 +00:00
|
|
|
# __all_in_one $__target_host --with-x --extra-packages tree --extra-packages htop
|
|
|
|
__my_firewall --file /etc/my-nftables
|
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
|