Tim Meusel
Tim Meusel
as far as I know you cannot set this on GitHub for a single pull request. On GitHub we've got one setting for the whole repository to delete merged branches...
We can close this since https://github.com/voxpupuli/modulesync/pull/233 got merged?
Hi @bittner, sorry for the slow feedback. This is a bit different from the original usecase for this tool, but I don't see why it should not be included. Are...
my understanding is that `endpoint = sourcecode.options.dig(type, :base_url)` checks our modulesync.yml for a `base_url` setting. We don't have that: https://github.com/voxpupuli/modulesync_config/blob/f14a18d2ae681a4c973b3e898ab16e384046ca45/modulesync.yml#L1-L6 If I add: `base_url: "https://api.github.com/"` msync still fails: ``` $...
My git config should be fine: ``` ini [user] email = [email protected] name = Tim Meusel signingkey = BF1C4CC0 [push] default = simple [alias] # Usage: git signoff-rebase [base-commit] signoff-rebase...
proposal: the next major release drops support for facter 3 and older and some EoL OS. For the major release after that should we update get_facts.sh to remove all the...
Puppet 7 lifecycle is related to the PE lifecycle: https://www.puppet.com/products/puppet-enterprise/support-lifecycle PE 2021 contains Puppet 7: > Mainstream Support through August 31, 2024. Overlap Support through February 28, 2025.
I suggest wo do a major release now and mention in the README.md that legacy facts are deprecated and will be removed in the next major release. And when Puppet...
> As someone who has the server infrastructure provided by another team in our org, how does that relate to this change? Do they also provide puppet code with legacy...