diff --git a/site-cookbooks/sockethub/attributes/default.rb b/site-cookbooks/sockethub/attributes/default.rb index e55cd92..b113781 100644 --- a/site-cookbooks/sockethub/attributes/default.rb +++ b/site-cookbooks/sockethub/attributes/default.rb @@ -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' diff --git a/site-cookbooks/sockethub/recipes/default.rb b/site-cookbooks/sockethub/recipes/default.rb index 16ca322..e5afd45 100644 --- a/site-cookbooks/sockethub/recipes/default.rb +++ b/site-cookbooks/sockethub/recipes/default.rb @@ -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