Move sockethub rev to attribute, update version
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
node.default['sockethub']['port'] = '10551'
|
node.default['sockethub']['port'] = '10551'
|
||||||
node.default['sockethub']['external_port'] = '10550'
|
node.default['sockethub']['external_port'] = '10550'
|
||||||
|
node.default['sockethub']['revision'] = 'v2.0.5'
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ application path_to_deploy do
|
|||||||
user "sockethub"
|
user "sockethub"
|
||||||
group "sockethub"
|
group "sockethub"
|
||||||
repository 'https://github.com/sockethub/sockethub.git'
|
repository 'https://github.com/sockethub/sockethub.git'
|
||||||
revision 'v1.0.5'
|
revision node['sockethub']['revision']
|
||||||
end
|
end
|
||||||
|
|
||||||
npm_install do
|
npm_install do
|
||||||
|
|||||||
Reference in New Issue
Block a user