Move sockethub rev to attribute, update version

This commit is contained in:
Basti 2017-06-24 13:20:57 -07:00
parent 0bb6204a0d
commit 5d34292728
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
node.default['sockethub']['port'] = '10551'
node.default['sockethub']['port'] = '10551'
node.default['sockethub']['external_port'] = '10550'
node.default['sockethub']['revision'] = 'v2.0.5'

View File

@ -31,7 +31,7 @@ application path_to_deploy do
user "sockethub"
group "sockethub"
repository 'https://github.com/sockethub/sockethub.git'
revision 'v1.0.5'
revision node['sockethub']['revision']
end
npm_install do