puppetlabs / puppetlabs/puppetlabs-apache
Apache::Mod[proxy]: has no parameter named 'proxy_timeout'
Nobody has claimed this yet.
- Dominant language
- Puppet
- Stars
- 356
- Forks
- 1.1k
- Avg merge
- 3m
- Merged PRs (30d)
- 1
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the apache::mod entry point shown in the issue and inspect how the proxy module parameters are defined. Confirm how proxy_timeout should be accepted and rendered, then verify that the example declaration no longer reports an unrecognized parameter and produces the expected Apache setting.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- apache
- Domain
- infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100