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 913d593 commit 0e59710Copy full SHA for 0e59710
node/map.jinja
@@ -29,6 +29,10 @@
29
'node_pkg': 'nodejs',
30
'npm_pkg': 'nodejs' if pillar_get('node:install_from_ppa') else 'npm',
31
},
32
+ 'Raspbian': {
33
+ 'node_pkg': 'nodejs',
34
+ 'npm_pkg': 'nodejs' if pillar_get('node:install_from_ppa') else 'npm',
35
+ },
36
}, grain='os', merge=pillar_get('node:lookup')) %}
37
38
{% if pillar_get('node:install_from_source') or (grains['os'] == 'Debian' and grains['osrelease']|float < 8 and not pillar_get('node:install_from_ppa')) %}
0 commit comments