puppetlabs-apache
puppetlabs-apache copied to clipboard
Apache::Mod[proxy]: has no parameter named 'proxy_timeout'
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
This often happens if you don't generate types in your deployment. See https://www.puppet.com/docs/puppet/8/environment_isolation.html