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

MODULES-5452 - add $options to balancer type #1668

Merged
merged 1 commit into from
Dec 20, 2017
Merged

MODULES-5452 - add $options to balancer type #1668

merged 1 commit into from
Dec 20, 2017

Conversation

cedef
Copy link
Contributor

@cedef cedef commented Aug 10, 2017

  • New param $options to apache::balancer defined type so that it is
    possible to create Proxy block such as:

    # Note the additional options 'timeout=4' and 'nonce=none':
    <Proxy balancer://foobar timeout=4 nonce=none>
        BalancerMember ajp://spam:8009 retry=30
        ...
    </Proxy>

- New param `$options` to `apache::balancer` defined type so that it is
  possible to create Proxy block such as:

  ```puppet
  # Note the additional options 'timeout=4' and 'nonce=none':
  <Proxy balancer://foobar timeout=4 nonce=none>
      BalancerMember ajp://spam:8009 retry=30
      ...
  </Proxy>
  ```
@cedef
Copy link
Contributor Author

cedef commented Sep 4, 2017

Hi,

Any blocking issue on my PR ? If not, could it be merged so we can move on ? :)

@cedef
Copy link
Contributor Author

cedef commented Nov 29, 2017

Hi,

Could you merge this PR please ?
Here is the link with the JIRA Ticket

Regards,

@david22swan david22swan merged commit d8bc2bd into puppetlabs:master Dec 20, 2017
@cedef cedef deleted the ticket/modules-5452-proxy-options branch February 28, 2018 04:37
cegeka-jenkins pushed a commit to cegeka/puppet-apache that referenced this pull request Jul 15, 2020
…xy-options

MODULES-5452 - add $options to `balancer` type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants