Learning-cicle/dot-cdist/manifest/init

16 lines
292 B
Plaintext

case "$__target_host" in
localhost)
# Indicate that the target host is configured with cdist
__file /etc/cdist-configured
# Copy
__file /etc/motd --state present --source "$__type/motd"
__package emacs --state present
__timezone Europe/Zurich
;;
esac