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.
1 parent fdbcde9 commit eb2f8c5Copy full SHA for eb2f8c5
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