From 58991466c47d2e2cebda53863327339c9235c6f6 Mon Sep 17 00:00:00 2001 From: llnu Date: Fri, 1 May 2020 11:39:32 +0200 Subject: [PATCH] Added new type to be executed, reverted wrong package use --- balazs/dot-cdist/manifest/init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/balazs/dot-cdist/manifest/init b/balazs/dot-cdist/manifest/init index a1668c1..5b7466d 100644 --- a/balazs/dot-cdist/manifest/init +++ b/balazs/dot-cdist/manifest/init @@ -6,9 +6,11 @@ case "$__target_host" in # Copy a cool motd from the type's file directory __motd --source "$__files/motd" - __package emacs nmap mosh --state present +# __package emacs --state present __timezone Europe/Zurich + + __my_computer ;; esac