ungleich-learning-circle/youngjin.han/dot-cdist/manifest/init

16 lines
282 B
Text
Raw Normal View History

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