fix(_mapdata): ensure map data is directly under values
				
					
				
			* Semi-automated using https://github.com/myii/ssf-formula/pull/287
This commit is contained in:
		
							parent
							
								
									e62a915b55
								
							
						
					
					
						commit
						579a61371a
					
				@ -6,9 +6,7 @@
 | 
			
		||||
{%- from tplroot ~ "/map.jinja" import php with context %}
 | 
			
		||||
 | 
			
		||||
{%- set _mapdata = {
 | 
			
		||||
      "values": {
 | 
			
		||||
        "php": php,
 | 
			
		||||
      }
 | 
			
		||||
      "values": php,
 | 
			
		||||
    } %}
 | 
			
		||||
{%- do salt["log.debug"]("### MAP.JINJA DUMP ###\n" ~ _mapdata | yaml(False)) %}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user