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