forked from ungleich-public/cdist
		
	fixed inconsistencies between local and remote variable naming
- /__cdist_remote_out_object_base_dir/__cdist_remote_out_object_dir/ - __cdist_remote_object_dir += __cdist_name_dot_cdist Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								b740a4b934
							
						
					
				
			
			
				commit
				
					
						31a0b6c3d0
					
				
			
		
					 2 changed files with 8 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -44,7 +44,7 @@ while [ $# -ge 1 ]; do
 | 
			
		|||
 | 
			
		||||
   # Code remote
 | 
			
		||||
   cdist-run-remote "$__cdist_target_host"                                       \
 | 
			
		||||
      "export __cdist_out_object_dir=\"$__cdist_remote_out_object_base_dir\";"   \
 | 
			
		||||
      "export __cdist_out_object_dir=\"$__cdist_remote_out_object_dir\";"   \
 | 
			
		||||
      "cdist-code-run" "$object" "${__cdist_name_gencode_remote}"                \
 | 
			
		||||
      || __cdist_exit_err "Remote code failed for $object"
 | 
			
		||||
done < "$__cdist_tmp_file"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue