From 4885f7ca86bb03286dee99ab7f611b21a7f8ea13 Mon Sep 17 00:00:00 2001 From: llnu Date: Fri, 1 May 2020 10:55:54 +0200 Subject: [PATCH] switched to motd type --- balazs/dot-cdist/manifest/init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/balazs/dot-cdist/manifest/init b/balazs/dot-cdist/manifest/init index eadb079..a1668c1 100644 --- a/balazs/dot-cdist/manifest/init +++ b/balazs/dot-cdist/manifest/init @@ -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 ;;