Will Yardley

Results 284 comments of Will Yardley

@srinchiera: thanks, will review again, but I think this looks good! If you want to rename it include_files (or, actually, since the directive is include, maybe we should rename it...

As they say, PRs are gratefully accepted. 😉 I encountered a similar problem today, setting `use_default_location: false` resolved it for me. I opened #902 to track that specific issue. #544...

Yes, this should be better documented (and I'd love to find a fix that means people don't have to set this explicitly). See #902 and #544. tldr; set `use_default_location` to...

Sorry, my mistake -- missed that! I didn't think location was unique globally, just per server block, let me see if I can reproduce this. In the meantime, a workaround...

Yes, I can definitely reproduce this, and in fact, I think we've got some ugly workarounds locally for this or a similar problem. This manifest will also exhibit a duplicate...

ps - our workaround involved something like: `create_resources('::nginx::resource::location', prefix($locations, $name), {` however, since you can only use prefix on `name` and not `title` directly, I don't think there's a complete...

@sammcj @alexizmailov: It is `download_options`: https://github.com/voxpupuli/puppet-rabbitmq/blob/dd996ab9743df30cfdab16e6bd6b6796b77ee13a/manifests/install/rabbitmqadmin.pp#L59 which does seem to match current version of puppet-archive. https://github.com/voxpupuli/puppet-archive/blob/56eedaf13617f1880ce5b1b268db53a774f453c1/README.md#download-customizations So whatever is going on here, I don't think it has to do with...

It’s in the types / providers: https://github.com/voxpupuli/puppet-archive/tree/master/lib/puppet/provider/archive And (as you say) in: https://github.com/voxpupuli/puppet-archive/blob/81466de967b4402f3608061f05a88322b93c0371/lib/puppet/type/archive.rb#L237

Just curious since I see the environments: do you use other archive versions in other Puppet environments served by the same master? Because there’s a bug with this that’s caused...

You’re not using one of the other implementations in another env, like the camptocamp one?