finish small cdist-deploy-to
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
217c6861e4
commit
37edb78ac5
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
!/bin/sh
|
||||||
#
|
#
|
||||||
# 2010 Nico Schottelius (nico-cdist at schottelius.org)
|
# 2010 Nico Schottelius (nico-cdist at schottelius.org)
|
||||||
#
|
#
|
||||||
|
@ -31,5 +31,5 @@ set -e
|
||||||
export __cdist_intern_target_host="$1"
|
export __cdist_intern_target_host="$1"
|
||||||
export __cdist_intern_deploy_host="$(cdist_explore_hostname)"
|
export __cdist_intern_deploy_host="$(cdist_explore_hostname)"
|
||||||
|
|
||||||
. cdist-build
|
. cdist-build "$__cdist_intern_target_host"
|
||||||
. cdist-remote-exec
|
. cdist-remote-exec "$__cdist_intern_target_host"
|
||||||
|
|
Loading…
Reference in a new issue