ungleich-learning-circle/balazs/dot-cdist/manifest/init
2020-05-01 10:55:54 +02:00

14 lines
318 B
Text

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
__motd --source "$__files/motd"
__package emacs nmap mosh --state present
__timezone Europe/Zurich
;;
esac