ungleich-learning-circle/balazs/dot-cdist/manifest/init

17 lines
329 B
Text
Raw Normal View History

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
# __package emacs --state present
2020-04-30 10:00:54 +00:00
__timezone Europe/Zurich
__my_computer
2020-04-30 10:00:54 +00:00
;;
esac