Move sockethub rev to attribute, update version
This commit is contained in:
		
							parent
							
								
									0bb6204a0d
								
							
						
					
					
						commit
						5d34292728
					
				@ -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'
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user