Update the bitcoin-2 node file after running chef

This commit is contained in:
Greg Karékinian 2020-12-11 19:28:34 +01:00
parent 4b9dfd9c60
commit 83736d2a85

View File

@ -8,7 +8,7 @@
"automatic": {
"fqdn": "bitcoin-2",
"os": "linux",
"os_version": "5.4.0-42-generic",
"os_version": "5.4.0-54-generic",
"hostname": "bitcoin-2",
"ipaddress": "192.168.122.148",
"roles": [
@ -34,6 +34,7 @@
"postfix::sasl_auth",
"hostname::default",
"ark::default",
"kosmos-bitcoin::firewall",
"git::default",
"git::package",
"golang::default"
@ -57,4 +58,4 @@
"recipe[kosmos-bitcoin::source]",
"recipe[kosmos-bitcoin::lnd]"
]
}
}