From 98afd04d2b947d79378a5b02aa3bc6116c5b9965 Mon Sep 17 00:00:00 2001 From: elf Date: Tue, 5 May 2020 00:00:58 +0900 Subject: [PATCH] manifest init --- kjg/dot-cdist/manifest/init | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kjg/dot-cdist/manifest/init diff --git a/kjg/dot-cdist/manifest/init b/kjg/dot-cdist/manifest/init new file mode 100644 index 0000000..fcbae85 --- /dev/null +++ b/kjg/dot-cdist/manifest/init @@ -0,0 +1,7 @@ +case "$__target_host" in + # Everybody has this + localhost) + __file /etc/cdist-configured + + ;; +esac