]> git.openstreetmap.org Git - chef.git/blob - cookbooks/osqa/attributes/default.rb
Use GHCR dokken images in test kitchen
[chef.git] / cookbooks / osqa / attributes / default.rb
1 default[:osqa][:user] = "osqa"
2 default[:osqa][:group] = nil
3 default[:osqa][:database_cluster] = "15/main"
4 default[:osqa][:database_name] = "osqa"
5 default[:osqa][:database_user] = "osqa"
6 default[:osqa][:database_password] = ""
7 default[:osqa][:sites] = []
8
9 default[:postgresql][:versions] |= ["15"]
10
11 default[:accounts][:users][:osqa][:status] = :role