description "Role applied to all tile cache servers"
default_attributes(
+ :accounts => {
+ :groups => {
+ :proxy => {
+ :members => [:tomh, :grant, :matt, :jburgess]
+ }
+ }
+ },
:apt => {
:sources => ["nginx"]
},
+ :munin => {
+ :plugins => {
+ :cpu => {
+ :user => { :warning => 100, :critical => 200 }
+ }
+ }
+ },
:sysctl => {
:network_conntrack_time_wait => {
:comment => "Only track completed connections for 30 seconds",
)
run_list(
- "role[geodns]",
"recipe[tilecache]"
)