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