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

15 lines
334 B
Plaintext

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