forked from ungleich-public/cdist
cleanups in bin/
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
7431802b03
commit
9955dc74c6
4 changed files with 7 additions and 8 deletions
|
|
@ -18,7 +18,7 @@
|
|||
# along with cdist. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
#
|
||||
# Apply configuration to a host
|
||||
# Deploy configuration to a host
|
||||
#
|
||||
|
||||
. cdist-config
|
||||
|
|
@ -45,8 +45,8 @@ __cdist_init_deploy "$__cdist_target_host"
|
|||
|
||||
# Transfer cdist executables
|
||||
echo "Transferring cdist binaries to $__cdist_target_host ..."
|
||||
cdist-dir push "$__cdist_target_host" "${__cdist_abs_mydir}" "${__cdist_remote_bin_dir}"
|
||||
|
||||
cdist-dir push "$__cdist_target_host" \
|
||||
"${__cdist_abs_mydir}" "${__cdist_remote_bin_dir}"
|
||||
cdist-explorer-run-global "$__cdist_target_host"
|
||||
cdist-manifest-run-init "$__cdist_target_host"
|
||||
cdist-object-all "$__cdist_target_host" cdist-object-process
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue