}
}
}
+ },
+ :nginx => {
+ :cache => {
+ :proxy => {
+ :enable => true,
+ :keys_zone => "proxy_cache_zone:256M",
+ :inactive => "180d",
+ :max_size => "51200M"
+ }
+ }
}
)
run_list(
"role[equinix-ams]",
- "role[hp-g9]"
+ "role[hp-g9]",
+ "recipe[imagery::za_ngi_aerial]",
+ "recipe[imagery::us_imagery]"
)