Users can log in using their LDAP account (in the ou=users,dc=kosmos,dc=org group and with the wiki attribute set to enabled) Add an attribute for the ldap master server, so it can be overridden in the development environment Refs #107
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "development",
|
|
"description": "development environment, for example for Vagrant",
|
|
"json_class": "Chef::Environment",
|
|
"chef_type": "environment",
|
|
"default_attributes": {
|
|
},
|
|
"override_attributes": {
|
|
"kosmos-parity": {
|
|
"debian_package_dir": "/vagrant"
|
|
},
|
|
"kosmos-mastodon": {
|
|
"elasticsearch": {
|
|
"allocated_memory": "128m"
|
|
}
|
|
},
|
|
"kosmos-dirsrv": {
|
|
"master_hostname": "localhost"
|
|
}
|
|
}
|
|
}
|