Remove unnecessary variable

This commit is contained in:
Greg Karékinian 2017-05-03 19:08:38 +02:00
parent 37ab52902b
commit fcf3b0b0dc

View File

@ -8,10 +8,9 @@
#
credentials = Chef::EncryptedDataBagItem.load('credentials', 'parity')
account_password = credentials["testnet_password"]
parity_node "testnet" do
password account_password
password credentials["testnet_password"]
config parity: {
chain: "ropsten",
},