]> git.openstreetmap.org Git - chef.git/blob - roles/blix.rb
Move promscale tuning to role and tune WAL sizes
[chef.git] / roles / blix.rb
1 name "blix"
2 description "Role applied to all servers at Blix"
3
4 default_attributes(
5   :accounts => {
6     :users => {
7       :blixadmin => { :status => :administrator }
8     }
9   },
10   :hosted_by => "Blix Solutions"
11 )