description "Role applied to all tile cache servers"
default_attributes(
- :ssl => {
- :certificate => "tile.openstreetmap"
- },
:sysctl => {
:network_conntrack_time_wait => {
:comment => "Only track completed connections for 30 seconds",
run_list(
"role[geodns]",
- "recipe[ssl]",
"recipe[tilecache]"
)