Skip to content

Commit

Permalink
Update nodejs to 10.x #831
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Apr 30, 2019
1 parent 3f491ec commit 6d48d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/maverick-modules/maverick_web/manifests/nodejs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Nodesource repo doesn't support Pi Zero/armv6l, install manually
if $::raspberry_present == "yes" {
exec { "armv6l-nodejs":
command => "/usr/bin/wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v8.9.0.sh | bash",
command => "/usr/bin/wget -O - https://raw.githubusercontent.com/sdesalas/node-pi-zero/master/install-node-v10.15.0.sh | bash",
creates => "/opt/nodejs/bin/node",
timeout => 0,
} ->
Expand All @@ -21,7 +21,7 @@
}
} else {
class { 'nodejs':
repo_url_suffix => '8.x',
repo_url_suffix => '10.x',
repo_release => $_release,
nodejs_package_ensure => latest,
}
Expand Down

0 comments on commit 6d48d35

Please sign in to comment.