description "Role applied to CRM server"
default_attributes(
+ :accounts => {
+ :users => {
+ :stereo => { :status => :administrator }
+ }
+ },
:exim => {
:local_domains => ["join.osmfoundation.org"],
:routes => {
}
},
:trusted_users => ["www-data"]
- },
- :mysql => {
- :settings => {
- :mysqld => {
- :innodb_strict_mode => true,
- :innodb_file_per_table => true,
- :innodb_file_format => "Barracuda"
- }
- }
}
)