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.
2 parents fdbcde9 + eb2f8c5 commit b10b9ecCopy full SHA for b10b9ec
node/init.sls
@@ -1,10 +1,10 @@
1
{% set pillar_get = salt['pillar.get'] -%}
2
include:
3
-{%- if pillar_get('node:install_from_source') %}
+{% if pillar_get('node:install_from_source') %}
4
- .source
5
-{%- elif pillar_get('node:install_from_binary') %}
+{% elif pillar_get('node:install_from_binary') %}
6
- .binary
7
-{%- else %}
+{% else %}
8
- .pkg
9
-{%- endif %}
+{% endif %}
10
- .config
0 commit comments