summaryrefslogtreecommitdiffstats
path: root/salt/profile/bookstack/init.sls
diff options
context:
space:
mode:
Diffstat (limited to 'salt/profile/bookstack/init.sls')
-rw-r--r--salt/profile/bookstack/init.sls2
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 -%}