ungleich-learning-circle/kjg/dot-cdist/manifest/init
2020-05-15 20:55:57 +09:00

11 lines
247 B
Text

case "$__target_host" in
# Everybody has this
localhost)
#__my_computer
#__colourful_file test --colour test1 --colour test2
__my_dotfiles
;;
*)
__my_nginx
__my_nginx_site $__target_host #test
esac