description "Role applied to all tile cache servers"
default_attributes(
- :ssl => {
- :certificate => "tile.openstreetmap"
+ :apt => {
+ :sources => [ "nginx" ]
},
:sysctl => {
:network_conntrack_time_wait => {
run_list(
"role[geodns]",
- "recipe[ssl]",
"recipe[tilecache]"
)