forked from ungleich-public/cdist
		
	add id in error string
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
		
					parent
					
						
							
								1b2ed7ab8a
							
						
					
				
			
			
				commit
				
					
						f392543d43
					
				
			
		
					 1 changed files with 3 additions and 2 deletions
				
			
		|  | @ -39,6 +39,9 @@ echo "$__cdist_object_id" | grep -q "^${__cdist_sane_regexp}\$" || \ | |||
| __cdist_object="${__cdist_type}/${__cdist_object_id}" | ||||
| __cdist_ddir="$__cdist_output_dir/${__cdist_object}" | ||||
| 
 | ||||
| # Append id for error messages | ||||
| __cdist_myname="$__cdist_myname ($__cdist_object_id)" | ||||
| 
 | ||||
| if [ -e "${__cdist_ddir}" ]; then | ||||
|    source="$(__cdist_object_source "${__cdist_ddir}")" | ||||
|    __cdist_exit_err "${__cdist_object} already exists (source: $source)" | ||||
|  | @ -46,8 +49,6 @@ fi | |||
| 
 | ||||
| mkdir -p "${__cdist_ddir}" | ||||
| 
 | ||||
| echo "I am $__cdist_myname and have been called with $@" | ||||
| 
 | ||||
| # Record (correct ;-) source | ||||
| echo "${__cdist_manifest}" > "${__cdist_ddir}/${__cdist_name_object_source}" | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue