Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
@ -23,7 +23,7 @@
. cdist-config
[ $# -eq 1 ] || __cdist_usage "target_host"
[ $# -eq 1 ] || __cdist_usage "<target host>"
set -e
@ -21,6 +21,6 @@
# Compile configuration - create cconfig from manifests
#
[ $# -eq 1 ] || __cdist_usage "target"
echo This script should run the manifest file
cdist-build-explorer | ssh "$1" > "${__cdist_tmp_file}"