puppetlabs / puppetlabs-apache

Puppet module for the Apache httpd server, maintained by Puppet, Inc.
https://forge.puppet.com/modules/puppetlabs/apache
Apache License 2.0
364 stars 1.08k forks source link

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

Open Jerem59 opened 2 months ago

Jerem59 commented 2 months ago

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

ekohl commented 2 months ago

This often happens if you don't generate types in your deployment. See https://www.puppet.com/docs/puppet/8/environment_isolation.html