Remove unnecessary variable
This commit is contained in:
parent
37ab52902b
commit
fcf3b0b0dc
@ -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",
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user