7 lines
		
	
	
		
			234 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			234 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
 | 
						|
return if node.chef_environment == "development"
 | 
						|
 | 
						|
# Backup the local directory
 | 
						|
node.override["backup"]["archives"]["parity"] = ["#{node['kosmos-parity']['home_path']}/.local/share/io.parity.ethereum/**/keys"]
 | 
						|
include_recipe "backup"
 |