forked from ungleich-public/cdist
update manifest to use new variables
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8660e59296
commit
3156ef171e
1 changed files with 2 additions and 1 deletions
|
@ -2,8 +2,9 @@
|
|||
# This is a sample manifest, but used in real world
|
||||
#
|
||||
|
||||
set -x
|
||||
# All ikqs get a sample file
|
||||
case "$__core_hostname" in
|
||||
case "$__cdist_target_host" in
|
||||
ikq*)
|
||||
__file cdist-config --source /home/users/nico/p/cdist/bin/cdist-config --destination /usr/bin/cdist-config
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue