Merge pull request #247 from puppetlabs/release
1.5.0 Release Mergeback
Merge pull request #248 from puppetlabs/modulesync
{maint} modulesync 0794b2cMerge pull request #249 from DavidS/modulesync
(MODULES-3581) modulesync [067d08a]
Merge pull request #252 from hunner/MODULES-3547
(MODULES-3547) Added listen check, fix tests
Merge pull request #253 from puppetlabs/update-modulesync
(MAINT) Update for modulesync_config 72d19f184
Merge pull request #254 from DavidS/avoid-systemd-flap-detection
(FM-5470) Avoid systemd service flap detection during acceptance testing
Merge pull request #256 from puppetlabs/modulesync
Update modulesync_config [0d59329]
Merge pull request #257 from puppetlabs/modulesync
Update modulesync_config [a3fe424]
Merge pull request #261 from puppetlabs/modulesync
Update modulesync_config [51f469d]
Drop :undef values from haproxy config template
If `undef` makes it's way into options hash it is converted to "undef" string which is certainly not what is intended, let's just treat it as actual `nil`.
Merge pull request #262 from keymone/patch-1
Drop :undef values from haproxy config template
restore the behavior of the old undocumented target parameter
Change config files to support a `config_file` parameter, which offers the same behavior as the old `target` parameter. `target` was previously available (in at least version 1.0.0), but undocumented, as a way to change the destination for config text.
Merge pull request #264 from puppetlabs/Paula_modulesync
(MODULES-3983) Update parallel_tests for ruby 2.0.0
Merge pull request #218 from oshaughnessy/MODULES-2938/restore-target…
…-feature MODULES-2938/restore target feature
Merge pull request #265 from puppetlabs/modulesync_stuff
mocha version update
Merge pull request #266 from puppetlabs/hunner_msync
(MODULES-3704) Update gemfile template to be identical
Add verifyhost parameter to balancermember resource (#268)
The verifyhost parameter from haproxy [1] will attempt to match the server's certificate CN or SubjectAltName, and will fail if there is no match. In the balancermember resource, it was added as a boolean, since it's somewhat difficult to add the parameter to the options list, since each hostname in the verifyhost will be different for each of the servers in the server_names list. So, to address this, we now can specify a boolean, and if it's set to true, it will use the host of the specific server line and use it for the verifyhost option. Note that this configuration only works if we are using HAProxy with OpenSSL, and if we set up the 'ssl' and 'verify required' options in the options of the servers. [1] https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#5.2-verifyhost
Merge pull request #270 from puppetlabs/modsync
(FM-5972) gettext and spec.opts
Don't attempt validate_cmd on Puppet < 3.5 (#260)
* Don't attempt validate_cmd on Puppet < 3.5
harden chmod of haproxy config file
it might be that the config file contains sensitive data (e.g. https://cbonte.github.io/haproxy-dconv/1.5/configuration.html#4.2-stats%20auth ) and so it shouldn't be world readable.
Merge pull request #272 from tphoney/harden
harden chmod of haproxy config file
[MODULES-4556] Remove PE requirement from metadata.json
Merge pull request #276 from puppetlabs/MODULES-4556
[MODULES-4556] Remove PE requirement from metadata.json
[maint] modulesync e25ca9 - Add locales folder and config.yaml
Merge pull request #277 from puppetlabs/modules-4528
[maint] modulesync e25ca9 - Add locales folder and config.yaml
[msync] 786266 Implement puppet-module-gems, a45803 Remove metadata.j…
…son from locales config
Merge pull request #279 from puppetlabs/modules-4506
[msync] 786266 Implement puppet-module-gems, a45803 Remove metadata.json from locales config
[MODULES-4831] bumps puppet version requirement [#puppethack] (#281)
* bumps puppet version requirement
Merge pull request #280 from sohonet/feature/balancer-weights
Add support for balancermember weights
Merge pull request #282 from hunner/bump_metadata
(MODULES-5144) Prep for puppet 5
allow concat validate_cmd to be configured (#258)
* allow concat validate_cmd to be configured
Change if $bind_options to if $bind_options != '' to avoid the
deprecated warning for puppet 4 if $bind_options is the empty string