Change LinuxMint origins to pass validation
The default origins for "LinuxMint" do not pass validation
(`Unattended_upgrades::Origin` type), and cause an error:
```
Error while evaluating a Function Call, Class[Unattended_upgrades]: parameter 'origins' index 0 expects a match for Unattended_upgrades::Origin = Pattern[/^(origin|codename|label|site|suite|component|archive|[oalcn])=[^,]+(,(origin|codename|label|site|suite|component|archive|[oalcn])=[^,]+)*/], got '${distro_id}:${distro_codename}-security'
```
This change tweaks the origin line to pass validation.Update Mint origin to include suite component
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
Merge pull request #218 from djmofcourse/fix/linux-mint-origin-format
Fix default LinuxMint origins so they pass validation
Merge pull request #219 from wiemk/allow-downgrade
Add allow_downgrade option to unattended-upgrades.erb
Merge pull request #223 from voxpupuli/bastelfreak-patch-1
Fix broken Apache-2 license
* Update README.md Add example for the origins parameter. * Update README.md Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl> * Update README.md * Update README.md --------- Co-authored-by: Kenyon Ralph <kenyon@kenyonralph.com> Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
Merge pull request #225 from voxpupuli/modulesync
modulesync 5.5.0
Merge pull request #226 from voxpupuli/puppet7
Drop Puppet 6 support
Merge pull request #227 from voxpupuli/modulesync
modulesync 6.0.0
Merge pull request #231 from bastelfreak/stdlib
puppetlabs/stdlib: Allow 9.x
Merge pull request #232 from bastelfreak/ubuntu
Add ubuntu 22.04 support