:keepalive => false
},
:apt => {
- :sources => [ "passenger" ]
+ :sources => ["passenger"]
+ },
+ :elasticsearch => {
+ :cluster => {
+ :name => "foundation"
+ },
+ :script => {
+ :disable_dynamic => false
+ }
},
:memcached => {
:memory_limit => 400,
)
run_list(
- "role[crm]"
+ "role[crm]",
+ "role[elasticsearch]",
+ "recipe[foundation::wiki]",
+ "recipe[foundation::board]",
+ "recipe[foundation::dwg]"
)