ungleich-learning-circle/kjg/dot-cdist/manifest/init

18 lines
340 B
Plaintext
Raw Normal View History

2020-05-15 14:58:20 +00:00
#!/bin/sh
sh -e "$__manifest/firewall"
2020-05-04 15:00:58 +00:00
case "$__target_host" in
# Everybody has this
localhost)
#__my_computer
2020-05-08 20:49:09 +00:00
#__colourful_file test --colour test1 --colour test2
2020-05-15 13:06:39 +00:00
#__my_dotfiles
__all_in_one --with-x --extra-packages git
2020-05-04 15:00:58 +00:00
;;
2020-05-11 14:51:46 +00:00
*)
2020-05-13 13:43:10 +00:00
__my_nginx
2020-05-15 11:55:57 +00:00
__my_nginx_site $__target_host #test
2020-05-04 15:00:58 +00:00
esac
2020-05-15 14:58:20 +00:00