switched to motd type

This commit is contained in:
llnu 2020-05-01 10:55:54 +02:00
parent 4fb34973f0
commit 4885f7ca86
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ case "$__target_host" in
__file /etc/cdist-configured
# Copy a cool motd from the type's file directory
__file /etc/motd --state present --source "$__files/motd"
__motd --source "$__files/motd"
__package emacs --state present
__package emacs nmap mosh --state present
__timezone Europe/Zurich
;;