Add missing backup recipe

This commit is contained in:
Greg Karékinian 2017-05-08 22:59:40 +02:00
parent 58c9ccc48c
commit 82386b44ba

View File

@ -0,0 +1,6 @@
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"