2020-05-05 00:01:32 +09:00
|
|
|
__file /etc/cdist-configured
|
|
|
|
|
|
|
|
case "$__target_host" in
|
|
|
|
localhost)
|
2020-05-06 23:04:02 +09:00
|
|
|
__motd
|
2020-05-05 00:01:32 +09:00
|
|
|
__timezone Asia/Seoul
|
2020-05-06 23:04:02 +09:00
|
|
|
__my_computer
|
2020-05-05 00:01:32 +09:00
|
|
|
;;
|
|
|
|
esac
|