default_attributes(
:networking => {
:interfaces => {
- :internal_ipv4 => {
+ :internal => {
:interface => "eno1.2801",
:role => :internal,
- :family => :inet,
- :address => "10.0.0.4"
+ :inet => {
+ :address => "10.0.0.4"
+ }
}
}
},
:effective_io_concurrency => "256",
:random_page_cost => "1.1"
}
- },
- :versions => ["14"]
+ }
},
:sysctl => {
:postgres => {