Merge pull request 'fix: simpleproxy create cachedirs' (#104) from neoloc/nzbget into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/104
This commit is contained in:
Ben Vincent 2024-07-09 23:28:38 +10:00
commit 3d425bfcbd

View File

@ -99,6 +99,8 @@ class profiles::nginx::simpleproxy (
# merge the hashes conditionally
$nginx_parameters = merge($defaults, $extras_hash)
mkdir::p {'/var/cache/nginx':}
# manage the nginx class
class { 'nginx':
proxy_cache_path => {