++__cdist_echo ++todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								4a7c6c2738
							
						
					
				
			
			
				commit
				
					
						35d4760c13
					
				
			
		
					 3 changed files with 13 additions and 13 deletions
				
			
		| 
						 | 
				
			
			@ -27,9 +27,9 @@
 | 
			
		|||
set -eu
 | 
			
		||||
 | 
			
		||||
__cdist_target_host="$1"; shift
 | 
			
		||||
__cdist_object="$1"; shift
 | 
			
		||||
__cdist_object_self="$1"; shift
 | 
			
		||||
 | 
			
		||||
echo "Transferring object $__cdist_object to $__cdist_target_host ..."
 | 
			
		||||
__cdist_echo info "Transferring object $__cdist_target_host ..."
 | 
			
		||||
cdist-dir push "$__cdist_target_host" \
 | 
			
		||||
   "$(__cdist_object_dir "$__cdist_object")" \
 | 
			
		||||
   "$(__cdist_remote_object_dir "$__cdist_object")"
 | 
			
		||||
   "$(__cdist_object_dir "$__cdist_object_self")" \
 | 
			
		||||
   "$(__cdist_remote_object_dir "$__cdist_object_self")"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue