description "Role applied to all OSMF servers"
default_attributes(
- :apache => {
- :mpm => "prefork",
- :timeout => 60,
- :keepalive => false
- },
:apt => {
- :sources => ["passenger", "brightbox-ruby-ng"]
+ :sources => ["passenger"]
},
:elasticsearch => {
:version => "5.x",
:cluster => {
:name => "foundation"
- },
- :script => {
- :disable_dynamic => false
}
},
:memcached => {
"recipe[foundation::wiki]",
"recipe[foundation::board]",
"recipe[foundation::dwg]",
+ "recipe[foundation::mwg]",
"recipe[foundation::owg]"
)