We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|tojson
2019.2
1 parent 21dc1c9 commit 032abdaCopy full SHA for 032abda
node/config/file.sls
@@ -30,7 +30,7 @@ node-config-npmrc-file-managed-config_file:
30
- makedirs: True
31
- template: jinja
32
- context:
33
- config: {{ node.config }}
+ config: {{ node.config | tojson }}
34
- require:
35
- sls: {{ sls_package_install }}
36
0 commit comments