Specify the default `Vault` managers.
``` --- a/cookbooks/vault/attributes.rb +++ b/cookbooks/vault/attributes.rb @@ -21,5 +21,6 @@ node.reverse_merge!({ 'manager' => false, 'ipaddr' => ipaddr, 'hostname' => hostname, + 'ips' => ['192.168.10.141', '192.168.10.142', '192.168.10.143'], } }) ```
This commit is contained in:
parent
67fab4951a
commit
7681522b6b
|
@ -21,5 +21,6 @@ node.reverse_merge!({
|
|||
'manager' => false,
|
||||
'ipaddr' => ipaddr,
|
||||
'hostname' => hostname,
|
||||
'ips' => ['192.168.10.141', '192.168.10.142', '192.168.10.143'],
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue