projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Mark parent directories for git repositories as safe
[chef.git]
/
roles
/
forum.rb
1
name "forum"
2
description "Role applied to all forum servers"
3
4
default_attributes(
5
:apache => {
6
:mpm => "event",
7
:timeout => 60,
8
:event => {
9
:server_limit => 18,
10
:max_request_workers => 450,
11
:min_spare_threads => 50,
12
:max_spare_threads => 150,
13
:listen_cores_buckets_ratio => 4
14
}
15
}
16
)
17
18
run_list(
19
"recipe[forum]"
20
)