Skip to content

Commit fdbcde9

Browse files
authored
Merge pull request #38 from 0xCMP/patch-1
Require PPA before installing nodejs
2 parents 70507ab + 17f4d76 commit fdbcde9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/pkg.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ nodejs.ppa:
1515
- key_url: https://deb.nodesource.com/gpgkey/nodesource.gpg.key
1616
- keyserver: keyserver.ubuntu.com
1717
- require_in:
18-
pkg: node
18+
- pkg: nodejs
1919
{%- endif %}
2020
nodejs:
2121
pkg.installed:

0 commit comments

Comments
 (0)