Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jerem59 opened this issue Aug 29, 2024 · 1 comment
Open

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

Jerem59 opened this issue Aug 29, 2024 · 1 comment

Comments

@Jerem59
Copy link

Jerem59 commented Aug 29, 2024

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
Copy link
Collaborator

ekohl commented Aug 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants