puppetlabs-apache icon indicating copy to clipboard operation
puppetlabs-apache copied to clipboard

Apache::Mod[proxy]: has no parameter named 'proxy_timeout'

Open Jerem59 opened this issue 1 year ago • 1 comments

Hello i use puppet and module r10k to deploy my profile. I overload apache with my wrapper

I have an error when i use this code if $apachedeploy::proxyremote { apache::mod { 'proxy': proxy_timeout => $apachedeploy::proxytimeout, } apache::mod { 'proxy_html': } }

the parameter proxy_timeout is not recognized

Thx

Jerem59 avatar Aug 29 '24 12:08 Jerem59