Compare commits
	
		
			1 Commits
		
	
	
		
			78c6e26a09
			...
			4053be45d2
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 4053be45d2 | 
@ -24,10 +24,10 @@ bookstack_permissions:
 | 
			
		||||
    - key_values:
 | 
			
		||||
        {%- macro condconf(option) %}
 | 
			
		||||
        {%- if option in mypillar -%}
 | 
			
		||||
        {%- if mypillar[option] is string and mypillar[option].startswith('$') or mypillar[option] is number %}
 | 
			
		||||
        {%- if ( mypillar[option] is string and mypillar[option].startswith('$') ) or mypillar[option] is number %}
 | 
			
		||||
        {%- set value = mypillar[option] %}
 | 
			
		||||
        {%- else %}
 | 
			
		||||
        {%- set value = "'" ~ mypillar[option] ~ "'" | quote %}
 | 
			
		||||
        {%- set value = "\"'" ~ mypillar[option] ~ "\"'" %}
 | 
			
		||||
        {%- endif %}
 | 
			
		||||
        {{ option | upper }}: {{ value }}
 | 
			
		||||
        {%- endif -%}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user