15 lines
282 B
Text
15 lines
282 B
Text
__file /etc/cdist-configured
|
|
|
|
case "$__target_host" in
|
|
localhost)
|
|
__motd
|
|
__timezone Asia/Seoul
|
|
# __my_computer
|
|
__colourful_file --colour yellow
|
|
;;
|
|
jafo.laptop)
|
|
__motd
|
|
__timezone Asia/Seoul
|
|
__my_computer
|
|
;;
|
|
esac
|