include localhost in example configuration
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
77038026a9
commit
b944d82e92
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
set -x
|
set -x
|
||||||
# All ikqs get a sample file
|
# All ikqs get a sample file
|
||||||
case "$__cdist_target_host" in
|
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
|
__file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config --destination /usr/bin/cdist-config
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in a new issue