diff options
Diffstat (limited to 'salt/profile/bookstack')
| -rw-r--r-- | salt/profile/bookstack/init.sls | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/salt/profile/bookstack/init.sls b/salt/profile/bookstack/init.sls index bc63a03..ea75ec4 100644 --- a/salt/profile/bookstack/init.sls +++ b/salt/profile/bookstack/init.sls @@ -27,7 +27,7 @@ bookstack_permissions:          {%- if ( mypillar[option] is string and mypillar[option].startswith('$') ) or mypillar[option] is number %}          {%- set value = mypillar[option] %}          {%- else %} -        {%- set value = "\"'" ~ mypillar[option] ~ "\"'" %} +        {%- set value = "\"'" ~ mypillar[option] ~ "'\"" %}          {%- endif %}          {{ option | upper }}: {{ value }}          {%- endif -%} | 
