]> git.openstreetmap.org Git - chef.git/blob - cookbooks/osqa/attributes/default.rb
Use variable to enable readonly mode, as was used in the previous version of the...
[chef.git] / cookbooks / osqa / attributes / default.rb
1 default[:osqa][:user] = "osqa"
2 default[:osqa][:group] = nil
3 default[:osqa][:database_name] = "osqa"
4 default[:osqa][:database_user] = "osqa"
5 default[:osqa][:database_password] = ""
6 default[:osqa][:sites] = []