Skip to content

Commit 83c70b9

Browse files
committed
Merge pull request #27 from gesundkrank/centos
Added CentOS package information.
2 parents 58f1c7d + feb2189 commit 83c70b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

node/map.jinja

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
{% set npmrc = '{0}/etc/npmrc'.format(npmrc_prefix) %}
1818

1919
{% set node = salt['grains.filter_by']({
20+
'CentOS': {
21+
'node_pkg': 'nodejs',
22+
'npm_pkg': 'npm',
23+
},
2024
'Debian': {
2125
'node_pkg': 'nodejs' if grains['osrelease']|float < 8 or pillar_get('node:install_from_ppa') else 'nodejs-legacy',
2226
'npm_pkg': 'nodejs' if pillar_get('node:install_from_ppa') else 'npm',

0 commit comments

Comments
 (0)