Romain Tartière
Romain Tartière
I experience some breakage now that puppetlabs/puppet has a 8.0.0 tag. Adding `gem 'puppet', '< 8.0.0'` to the Gemfile somehow helps, but in any case, the whole tests suite does...
Hey! It looks like CI need some adjustment to match the fixed behavior: see `spec/shared_examples/registry.rb` where `exec_env` needs to be updated.
I can't recall what is broken. Close and reopen to trigger a new run.
This comes from: https://github.com/voxpupuli/puppet-nginx/blob/e984c166cf75be62e206d2954f4991ec3b0502f4/templates/server/server_ssl_settings.erb#L1-L3 On first run, if nginx was not installed, the fact `nginx_version` has no value and the assumed version is 1.6.0: https://github.com/voxpupuli/puppet-nginx/blob/e984c166cf75be62e206d2954f4991ec3b0502f4/manifests/init.pp#L243 I am not sure if...
According to https://www.nginx.com/support/: > We provide technical support for the current release, and releases that launched within two years of the launch date of the current release. Latest release is...
Restarted it but CI setup seems broken: > Mandatory parameters apiKey/licenseKey were not set I guess we can ignore this for now :shrug:
Looks like the Debian package lack some required dependencies: https://github.com/puppetlabs/puppet/blob/272abb97efa5d1c44fd238e3988b5a9f7e87cd3f/.gemspec#L45 Installing `ruby-scanf` should help.
@h0tw1r3 given version 8.x depends on postgresql 10.x (#402) and postgresql 10.x is broken when you setup a custom locale (https://github.com/puppetlabs/puppetlabs-postgresql/pull/1564), maybe it's worth uploading the missing release because some...
This will clash with [the `tag` metaparameter](https://www.puppet.com/docs/puppet/8/metaparameter.html#tag) available on all resources. I guess this need another name?
Fine! This looks reasonable to me. Let's collect more people feedback!