Will Yardley
Will Yardley
@xaque208: I think we exactly _do_ manage the uwsgi_params and fastcgi_params files in the existing module, which is part of the reason for this discussion. https://github.com/voxpupuli/puppet-nginx/blob/master/manifests/resource/vhost.pp#L662-L676 They're only managed if...
@jyaworski I respectfully disagree, by default, we should be trying to do no harm to things outside of the module's scope (nginx). We can't possibly anticipate all versions and settings...
@jyaworski: Actually, after the community modules meeting (and about 3 seconds of investigation), I realized that I'm totally in the wrong here. Most nginx packages ship `fastcgi_params` and `uwsgi_params`, so...
It turns out that `Optional[String] $foo = $bar` doesn't do what I thought it does, so I need to revert that part of this config (where certain params were made...
Just wondering, which version of the module are you running? And if an older version, does current master fix anything? We're hoping to release 6.0.0 soon, first release under Voxpupuli....
If it's at all possible, could you test against current master, and see if it exhibits the same behavior (in a test environment, if doing that would be disruptive)? A...
@pietervogelaar yes, there are some breaking changes coming. Big change is the switch to datatypes, and changing the `'UNSET'` pattern to true `undef`. There are also some changes to the...
@bostrowski13 I am guessing you're seeing this with current git master (6.0.0-rc0) too?
For anyone on RHEL / CentOS, does `/usr/lib/rabbitmq/bin/rabbitmq-plugins` exist? I don't think it's the same issue as #566 but just curious. #570 is a proposed "fix" for this if anyone...
@hunner pointed me in the direction of https://tickets.puppetlabs.com/browse/PUP-7466, FWIW