Romain Tartière
Romain Tartière
Hum, one day I will understand what GitHub does with the repo before running CI. I though it would merge the branch and the main branch but it seems not...
> I may need some guidance on how to make those tests pass. Output isn't making any sense to me but I'm happy to address if someone doesn't mind giving...
Thanks! Support for Ubuntu Jammy was [released a few hours ago](https://github.com/voxpupuli/puppet_metadata/pull/42), let's close and re-open this PR to trigger a new CI pipeline!
Ah crap, we are in fact waiting for puppet packages on this version of Ubuntu which is not available ATM: https://tickets.puppetlabs.com/browse/PA-4233 :unamused:
Recent PR have passing CI, I guess the error you see have been fixed :-). Can you please rebase your changes on top of the main branch so that we...
I think you can fix CI by improving: https://github.com/voxpupuli/puppet-selinux/blob/92f1bf59c43de4e8112b6f9d6f13f36e0a4d3671/manifests/boolean.pp#L39 ```diff - if $facts['os']['selinux']['enabled'] { + if fact('os.selinux.enabled') { ```
The cert of the website which distribute the key is indeed expired: https://naizvoru.com/raspbian/zabbix/conf/[email protected] Maybe we can get this key (`BC274A7EA7FD5DD267C9A18FD54A213C80E871A7`) from another source?
@rudexi Support for EOL OS was removed and the CI now works with GitLab 14. Do you mind rebasing your changes on top of the master branch? From your working...
Also note that you can skip updating REFERENCE.md: it often cause conflicts when we are dealing with multiple PRs that compete to update it; and we regenerate it when we...
This is likely not working: https://github.com/voxpupuli/puppet-php/blob/c62cbb4303de656dfac375543c226ba3d5da9017/spec/classes/php_spec.rb#L23-L30 I suggest: * [x] wait for the 22.04 version to become available; * [x] https://github.com/voxpupuli/puppet_metadata/pull/39 * [x] release a new version of puppet_metadata; *...