puppetlabs / puppetlabs/puppetlabs-apache

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

Open
#2,560 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.