Skip to content

Commit 032abda

Browse files
committed
fix(config/file): use |tojson (was failing on Arch 2019.2)
1 parent 21dc1c9 commit 032abda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/config/file.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ node-config-npmrc-file-managed-config_file:
3030
- makedirs: True
3131
- template: jinja
3232
- context:
33-
config: {{ node.config }}
33+
config: {{ node.config | tojson }}
3434
- require:
3535
- sls: {{ sls_package_install }}
3636

0 commit comments

Comments
 (0)