Making the macro recursive.
This commit is contained in:
		
							parent
							
								
									0019a1bc95
								
							
						
					
					
						commit
						762129427e
					
				| @ -4,17 +4,19 @@ | ||||
| # | ||||
| # This file is managed by Salt. | ||||
| # Any changes will be overwritten. | ||||
| 
 | ||||
| {{ '\n' }} | ||||
| {%- import_yaml 'keepalived/defaults.yaml' as keepalived_defaults %} | ||||
| {%- set keepalived_final_values = salt.pillar.get( | ||||
|     'keepalived', | ||||
|     'keepalived:', | ||||
|     default=keepalived_defaults, | ||||
|     merge=True) %} | ||||
| 
 | ||||
| {%- macro config_entries(data) -%} | ||||
|   {%- if data is mapping -%} | ||||
|     {%- for entry_type in data|dictsort -%} | ||||
| {{ entry_type }}{{ '\n' }} | ||||
| {{ entry_type }} { | ||||
| {{ config_entries(data[entry_type]) }} | ||||
| }{{ '\n' }} | ||||
|     {%- endfor -%} | ||||
|   {%- endif -%} | ||||
| {%- endmacro -%} | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Jeff Baskin
						Jeff Baskin