From b944d82e92284517b7632a9baed5d3eb29114e79 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 5 Feb 2011 19:22:00 +0100 Subject: [PATCH] include localhost in example configuration Signed-off-by: Nico Schottelius --- conf/manifests/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/manifests/init b/conf/manifests/init index 195835a4..39aab355 100755 --- a/conf/manifests/init +++ b/conf/manifests/init @@ -5,7 +5,7 @@ set -x # All ikqs get a sample file case "$__cdist_target_host" in - ikq*) + ikq*|localhost) __file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config --destination /usr/bin/cdist-config ;; esac