include localhost in example configuration

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-05 19:22:00 +01:00
parent 77038026a9
commit b944d82e92
1 changed files with 1 additions and 1 deletions

View File

@ -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