Fix issues with the kosmos-mastodon cookbook #8

Closed
greg wants to merge 6 commits from bugfix/nodejs_update_mastodon_fixes into master
Showing only changes of commit 973c65631d - Show all commits

View File

@ -7,6 +7,9 @@
# All rights reserved - Do Not Redistribute
#
node.override['nodejs']['version'] = '10.15.0'
node.override['nodejs']['binary']['checksum']['linux_x64'] = 'f0b4ff9a74cbc0106bbf3ee7715f970101ac5b1bbe814404d7a0673d1da9f674'
# Get package for trusty when still using vivid
if node['lsb']['codename'] == "vivid"
node.override['nodejs']['install_repo'] = false
@ -18,4 +21,4 @@ if node['lsb']['codename'] == "vivid"
key node['nodejs']['key']
end
end
include_recipe 'nodejs'
include_recipe 'nodejs::nodejs_from_binary'