ungleich-learning-circle/sami/my-cdist/.cdist/manifest/init

16 lines
271 B
Plaintext
Raw Normal View History

2020-05-12 10:06:57 +00:00
case "$__target_host" in
localhost)
#target is configured with cdist
__file /etc/cdist-configured
# motd from th file directory
__motd --source "$__files/motd"
__timezone Europe/Zurich
# types to be used
__my_computer
;;
esac