2020-04-30 10:00:54 +00:00
|
|
|
case "$__target_host" in
|
|
|
|
localhost)
|
|
|
|
# Indicate that the target host is configured with cdist
|
|
|
|
__file /etc/cdist-configured
|
|
|
|
|
|
|
|
# Copy a cool motd from the type's file directory
|
2020-05-01 08:55:54 +00:00
|
|
|
__motd --source "$__files/motd"
|
2020-04-30 10:00:54 +00:00
|
|
|
|
2020-05-01 08:55:54 +00:00
|
|
|
__package emacs nmap mosh --state present
|
2020-04-30 10:00:54 +00:00
|
|
|
|
|
|
|
__timezone Europe/Zurich
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
|