diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f8a384..a470b64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,313 +1,337 @@ # Change log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [3.0.0](https://github.com/camptocamp/puppet-systemd/tree/3.0.0) (2021-04-16) + +[Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.12.0...3.0.0) + +**Breaking changes:** + +- Drop Puppet 4 and 5 support + daemon-reload code [\#171](https://github.com/camptocamp/puppet-systemd/pull/171) ([ekohl](https://github.com/ekohl)) + +**Implemented enhancements:** + +- add ubuntu2004 [\#187](https://github.com/camptocamp/puppet-systemd/pull/187) ([GervaisdeM](https://github.com/GervaisdeM)) +- allow Puppet 7 and add to Travis testing; remove Puppet 5 from Travis testing [\#183](https://github.com/camptocamp/puppet-systemd/pull/183) ([kenyon](https://github.com/kenyon)) +- metadata: allow stdlib 7.0.0 and inifile 5.0.0 [\#182](https://github.com/camptocamp/puppet-systemd/pull/182) ([kenyon](https://github.com/kenyon)) + +**Closed issues:** + +- Static units cannot be enabled [\#180](https://github.com/camptocamp/puppet-systemd/issues/180) +- Cyclic dependency error when using systemd::unit\_file in multiple classes [\#178](https://github.com/camptocamp/puppet-systemd/issues/178) + +**Merged pull requests:** + +- Bump version to 3.0.0-rc0 [\#186](https://github.com/camptocamp/puppet-systemd/pull/186) ([ekohl](https://github.com/ekohl)) +- Correct path in use\_stub\_resolver documentation [\#177](https://github.com/camptocamp/puppet-systemd/pull/177) ([ekohl](https://github.com/ekohl)) + ## [2.12.0](https://github.com/camptocamp/puppet-systemd/tree/2.12.0) (2021-02-10) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.11.0...2.12.0) ### Added - Allow service reloading \#159 [\#175](https://github.com/camptocamp/puppet-systemd/pull/175) ([k0ka](https://github.com/k0ka)) - Allow additional option for $cache parameter [\#169](https://github.com/camptocamp/puppet-systemd/pull/169) ([bryangwilliam](https://github.com/bryangwilliam)) - Add management of udev objects [\#165](https://github.com/camptocamp/puppet-systemd/pull/165) ([jcpunk](https://github.com/jcpunk)) ## [2.11.0](https://github.com/camptocamp/puppet-systemd/tree/2.11.0) (2021-01-19) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.10.0...2.11.0) ### Added - Permit using arrays to make extending lists easier [\#164](https://github.com/camptocamp/puppet-systemd/pull/164) ([jcpunk](https://github.com/jcpunk)) - Add parameter for ENCs to make loginctl\_users easily [\#163](https://github.com/camptocamp/puppet-systemd/pull/163) ([jcpunk](https://github.com/jcpunk)) - Add ability to specify supported option 'infinity' for LimitNPROC [\#152](https://github.com/camptocamp/puppet-systemd/pull/152) ([hdeheer](https://github.com/hdeheer)) ### Fixed - Fix tests with rspec-puppet 2.8.0 [\#174](https://github.com/camptocamp/puppet-systemd/pull/174) ([raphink](https://github.com/raphink)) ## [2.10.0](https://github.com/camptocamp/puppet-systemd/tree/2.10.0) (2020-08-21) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.9.0...2.10.0) ### Added - Fix typo in parameter name in class documentation [\#156](https://github.com/camptocamp/puppet-systemd/pull/156) ([ekohl](https://github.com/ekohl)) - Readme formatting [\#154](https://github.com/camptocamp/puppet-systemd/pull/154) ([kenyon](https://github.com/kenyon)) - Add selinux\_ignore\_defaults support to dropin\_file and service\_limits [\#151](https://github.com/camptocamp/puppet-systemd/pull/151) ([tobias-urdin](https://github.com/tobias-urdin)) - pdk update [\#150](https://github.com/camptocamp/puppet-systemd/pull/150) ([TheMeier](https://github.com/TheMeier)) - add factory for dropin files [\#149](https://github.com/camptocamp/puppet-systemd/pull/149) ([TheMeier](https://github.com/TheMeier)) ### Fixed - Allow CPUQuota greater than 100% [\#147](https://github.com/camptocamp/puppet-systemd/pull/147) ([Hexta](https://github.com/Hexta)) ## [2.9.0](https://github.com/camptocamp/puppet-systemd/tree/2.9.0) (2020-03-11) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.8.0...2.9.0) ### Added - Add EL8 Support [\#144](https://github.com/camptocamp/puppet-systemd/pull/144) ([trevor-vaughan](https://github.com/trevor-vaughan)) - Add Fedora 30/31 compatibility [\#141](https://github.com/camptocamp/puppet-systemd/pull/141) ([bastelfreak](https://github.com/bastelfreak)) - New systemd::timer define type [\#138](https://github.com/camptocamp/puppet-systemd/pull/138) ([mmoll](https://github.com/mmoll)) - Add SLES 12/15 support [\#137](https://github.com/camptocamp/puppet-systemd/pull/137) ([msurato](https://github.com/msurato)) ### Fixed - fix Issue 113 [\#140](https://github.com/camptocamp/puppet-systemd/pull/140) ([schlitzered](https://github.com/schlitzered)) ## [2.8.0](https://github.com/camptocamp/puppet-systemd/tree/2.8.0) (2020-01-08) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.7.0...2.8.0) ### Added - Rubocop [\#135](https://github.com/camptocamp/puppet-systemd/pull/135) ([raphink](https://github.com/raphink)) - Convert to PDK [\#132](https://github.com/camptocamp/puppet-systemd/pull/132) ([raphink](https://github.com/raphink)) - Add loginctl\_user type/provider [\#131](https://github.com/camptocamp/puppet-systemd/pull/131) ([raphink](https://github.com/raphink)) - Update types to avoid / in unit or drop file name [\#130](https://github.com/camptocamp/puppet-systemd/pull/130) ([traylenator](https://github.com/traylenator)) - Force tmpfiles.d drop file to end in .conf [\#129](https://github.com/camptocamp/puppet-systemd/pull/129) ([traylenator](https://github.com/traylenator)) - Add OOMScoreAdjust to Systemd::ServiceLimits type [\#128](https://github.com/camptocamp/puppet-systemd/pull/128) ([jlutran](https://github.com/jlutran)) - allow puppetlabs/inifile 4.x [\#126](https://github.com/camptocamp/puppet-systemd/pull/126) ([bastelfreak](https://github.com/bastelfreak)) ### Fixed - Correct CPUQuota service limit regex [\#92](https://github.com/camptocamp/puppet-systemd/pull/92) ([matt6697](https://github.com/matt6697)) ## [2.7.0](https://github.com/camptocamp/puppet-systemd/tree/2.7.0) (2019-10-29) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.6.0...2.7.0) ### Added - add support for 'VirtuozzoLinux 7' [\#121](https://github.com/camptocamp/puppet-systemd/pull/121) ([kBite](https://github.com/kBite)) - Manage logind service and configuration [\#120](https://github.com/camptocamp/puppet-systemd/pull/120) ([fraenki](https://github.com/fraenki)) - allow Sensitive type for content param [\#115](https://github.com/camptocamp/puppet-systemd/pull/115) ([TheMeier](https://github.com/TheMeier)) ### Fixed - Correct order when ensuring unit files are absent [\#122](https://github.com/camptocamp/puppet-systemd/pull/122) ([ekohl](https://github.com/ekohl)) ## [2.6.0](https://github.com/camptocamp/puppet-systemd/tree/2.6.0) (2019-06-17) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.5.1...2.6.0) ### Added - Allow for lazy/eager systemctl daemon reloading [\#111](https://github.com/camptocamp/puppet-systemd/pull/111) ([JohnLyman](https://github.com/JohnLyman)) -- Remove stray `v` from Changelog `config.future\_release` [\#110](https://github.com/camptocamp/puppet-systemd/pull/110) ([alexjfisher](https://github.com/alexjfisher)) +- Remove stray `v` from Changelog `config.future_release` [\#110](https://github.com/camptocamp/puppet-systemd/pull/110) ([alexjfisher](https://github.com/alexjfisher)) ## [2.5.1](https://github.com/camptocamp/puppet-systemd/tree/2.5.1) (2019-05-29) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.5.0...2.5.1) ### Added -- Pin `public\_suffix` to `3.0.3` on rvm 2.1.9 builds [\#108](https://github.com/camptocamp/puppet-systemd/pull/108) ([alexjfisher](https://github.com/alexjfisher)) +- Pin `public_suffix` to `3.0.3` on rvm 2.1.9 builds [\#108](https://github.com/camptocamp/puppet-systemd/pull/108) ([alexjfisher](https://github.com/alexjfisher)) - run CI jobs on xenial instead of trusty [\#107](https://github.com/camptocamp/puppet-systemd/pull/107) ([bastelfreak](https://github.com/bastelfreak)) ## [2.5.0](https://github.com/camptocamp/puppet-systemd/tree/2.5.0) (2019-05-29) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.4.0...2.5.0) ### Added - Allow `puppetlabs/stdlib` 6.x [\#103](https://github.com/camptocamp/puppet-systemd/pull/103) ([alexjfisher](https://github.com/alexjfisher)) ## [2.4.0](https://github.com/camptocamp/puppet-systemd/tree/2.4.0) (2019-04-29) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.3.0...2.4.0) ### Added - Allow `puppetlabs/inifile` 3.x [\#101](https://github.com/camptocamp/puppet-systemd/pull/101) ([alexjfisher](https://github.com/alexjfisher)) ## [2.3.0](https://github.com/camptocamp/puppet-systemd/tree/2.3.0) (2019-04-10) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.2.0...2.3.0) ### Added - Add parameter to enable/disable the management of journald [\#99](https://github.com/camptocamp/puppet-systemd/pull/99) ([dhoppe](https://github.com/dhoppe)) ## [2.2.0](https://github.com/camptocamp/puppet-systemd/tree/2.2.0) (2019-02-25) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.1.0...2.2.0) ### Added - Puppet 6 support [\#96](https://github.com/camptocamp/puppet-systemd/pull/96) ([ekohl](https://github.com/ekohl)) - Allow specifying owner/group/mode/show\_diff [\#94](https://github.com/camptocamp/puppet-systemd/pull/94) ([simondeziel](https://github.com/simondeziel)) - Manage journald service and configuration [\#89](https://github.com/camptocamp/puppet-systemd/pull/89) ([treydock](https://github.com/treydock)) - Add support for DNSoverTLS [\#88](https://github.com/camptocamp/puppet-systemd/pull/88) ([shibumi](https://github.com/shibumi)) - unit.d directory should be purged of unmanaged dropin files [\#41](https://github.com/camptocamp/puppet-systemd/pull/41) ([treydock](https://github.com/treydock)) - Add Journald support [\#14](https://github.com/camptocamp/puppet-systemd/pull/14) ([duritong](https://github.com/duritong)) ## [2.1.0](https://github.com/camptocamp/puppet-systemd/tree/2.1.0) (2018-08-31) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.0.0...2.1.0) ### Added - do not access facts as top scope variable [\#85](https://github.com/camptocamp/puppet-systemd/pull/85) ([bastelfreak](https://github.com/bastelfreak)) - allow puppetlabs/stdlib 5.x [\#83](https://github.com/camptocamp/puppet-systemd/pull/83) ([bastelfreak](https://github.com/bastelfreak)) - Modify service limit type [\#81](https://github.com/camptocamp/puppet-systemd/pull/81) ([bastelfreak](https://github.com/bastelfreak)) - Add parameter to select resolver [\#79](https://github.com/camptocamp/puppet-systemd/pull/79) ([amateo](https://github.com/amateo)) - Fix CHANGELOG.md duplicate footer [\#78](https://github.com/camptocamp/puppet-systemd/pull/78) ([alexjfisher](https://github.com/alexjfisher)) ### Fixed - Handle ensuring service\_limits to be absent [\#80](https://github.com/camptocamp/puppet-systemd/pull/80) ([ekohl](https://github.com/ekohl)) ## [2.0.0](https://github.com/camptocamp/puppet-systemd/tree/2.0.0) (2018-07-11) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/1.1.1...2.0.0) ### Changed - move params to data-in-modules [\#67](https://github.com/camptocamp/puppet-systemd/pull/67) ([bastelfreak](https://github.com/bastelfreak)) ### Added - add ubuntu 18.04 support [\#72](https://github.com/camptocamp/puppet-systemd/pull/72) ([bastelfreak](https://github.com/bastelfreak)) - bump facter to latest 2.x version [\#71](https://github.com/camptocamp/puppet-systemd/pull/71) ([bastelfreak](https://github.com/bastelfreak)) - Add enable and active parameters to unit\_file [\#69](https://github.com/camptocamp/puppet-systemd/pull/69) ([jcharaoui](https://github.com/jcharaoui)) - Update the documentation of facts [\#68](https://github.com/camptocamp/puppet-systemd/pull/68) ([ekohl](https://github.com/ekohl)) - purge legacy puppet-lint checks [\#66](https://github.com/camptocamp/puppet-systemd/pull/66) ([bastelfreak](https://github.com/bastelfreak)) - Add support for Resource Accounting via systemd [\#65](https://github.com/camptocamp/puppet-systemd/pull/65) ([bastelfreak](https://github.com/bastelfreak)) - Reuse the systemd::dropin\_file in service\_limits [\#61](https://github.com/camptocamp/puppet-systemd/pull/61) ([ekohl](https://github.com/ekohl)) - Allow resolved class to configure DNS settings [\#59](https://github.com/camptocamp/puppet-systemd/pull/59) ([hfm](https://github.com/hfm)) - Replace iterator with stdlib function [\#58](https://github.com/camptocamp/puppet-systemd/pull/58) ([jfleury-at-ovh](https://github.com/jfleury-at-ovh)) - implement github changelog generator [\#45](https://github.com/camptocamp/puppet-systemd/pull/45) ([bastelfreak](https://github.com/bastelfreak)) ### Fixed - fix puppet-linter warnings in README.md [\#75](https://github.com/camptocamp/puppet-systemd/pull/75) ([bastelfreak](https://github.com/bastelfreak)) ## [1.1.1](https://github.com/camptocamp/puppet-systemd/tree/1.1.1) (2017-11-29) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/1.1.0...1.1.1) ### Added - Clean up test tooling [\#54](https://github.com/camptocamp/puppet-systemd/pull/54) ([ekohl](https://github.com/ekohl)) - Correct parameter documentation [\#53](https://github.com/camptocamp/puppet-systemd/pull/53) ([ekohl](https://github.com/ekohl)) - Use a space-separated in timesyncd.conf [\#50](https://github.com/camptocamp/puppet-systemd/pull/50) ([hfm](https://github.com/hfm)) - Use the same systemd drop-in file for different units [\#46](https://github.com/camptocamp/puppet-systemd/pull/46) ([countsudoku](https://github.com/countsudoku)) ### Fixed - Use the correct type on $service\_limits [\#52](https://github.com/camptocamp/puppet-systemd/pull/52) ([ekohl](https://github.com/ekohl)) - Fix issue \#47 [\#48](https://github.com/camptocamp/puppet-systemd/pull/48) ([axxelG](https://github.com/axxelG)) ## [1.1.0](https://github.com/camptocamp/puppet-systemd/tree/1.1.0) (2017-10-24) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/1.0.0...1.1.0) ### Added - Add systemd-timesyncd support [\#43](https://github.com/camptocamp/puppet-systemd/pull/43) ([bastelfreak](https://github.com/bastelfreak)) - Reuse the service\_provider fact from stdlib [\#42](https://github.com/camptocamp/puppet-systemd/pull/42) ([ekohl](https://github.com/ekohl)) - \(doc\) Adds examples of running the service created [\#29](https://github.com/camptocamp/puppet-systemd/pull/29) ([petems](https://github.com/petems)) - Quote hash keys in example of service limits [\#20](https://github.com/camptocamp/puppet-systemd/pull/20) ([stbenjam](https://github.com/stbenjam)) ## [1.0.0](https://github.com/camptocamp/puppet-systemd/tree/1.0.0) (2017-09-04) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.4.0...1.0.0) ### Added - Add support for drop-in files [\#39](https://github.com/camptocamp/puppet-systemd/pull/39) ([countsudoku](https://github.com/countsudoku)) - Adds control group limits to ServiceLimits [\#36](https://github.com/camptocamp/puppet-systemd/pull/36) ([trevor-vaughan](https://github.com/trevor-vaughan)) - General cleanup + add Puppet4 datatypes [\#32](https://github.com/camptocamp/puppet-systemd/pull/32) ([bastelfreak](https://github.com/bastelfreak)) - add management for systemd-resolved [\#31](https://github.com/camptocamp/puppet-systemd/pull/31) ([bastelfreak](https://github.com/bastelfreak)) - Add a network defined resource [\#30](https://github.com/camptocamp/puppet-systemd/pull/30) ([bastelfreak](https://github.com/bastelfreak)) - Add seltype to systemd directory [\#27](https://github.com/camptocamp/puppet-systemd/pull/27) ([petems](https://github.com/petems)) - Add MemoryLimit to limits template [\#23](https://github.com/camptocamp/puppet-systemd/pull/23) ([pkilambi](https://github.com/pkilambi)) - Update to support Puppet 4 [\#18](https://github.com/camptocamp/puppet-systemd/pull/18) ([trevor-vaughan](https://github.com/trevor-vaughan)) - Manage resource limits of services [\#13](https://github.com/camptocamp/puppet-systemd/pull/13) ([ruriky](https://github.com/ruriky)) - Refactor systemd facts [\#12](https://github.com/camptocamp/puppet-systemd/pull/12) ([petems](https://github.com/petems)) ### Fixed - it's systemd not SystemD [\#33](https://github.com/camptocamp/puppet-systemd/pull/33) ([shibumi](https://github.com/shibumi)) ## [0.4.0](https://github.com/camptocamp/puppet-systemd/tree/0.4.0) (2016-08-18) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.3.0...0.4.0) ### Added - Add target param for the unit file [\#10](https://github.com/camptocamp/puppet-systemd/pull/10) ([tampakrap](https://github.com/tampakrap)) - only use awk, instead of grep and awk [\#9](https://github.com/camptocamp/puppet-systemd/pull/9) ([igalic](https://github.com/igalic)) ## [0.3.0](https://forge.puppetlabs.com/camptocamp/systemd/0.3.0) (2016-05-16) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.2.2...0.3.0) **Implemented enhancements:** - Shortcut for creating unit files / tmpfiles [\#4](https://github.com/camptocamp/puppet-systemd/pull/4) ([felixb](https://github.com/felixb)) - Add systemd facts [\#6](https://github.com/camptocamp/puppet-systemd/pull/6) ([roidelapluie](https://github.com/roidelapluie)) ## [0.2.2](https://forge.puppetlabs.com/camptocamp/systemd/0.2.2) (2015-08-25) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.2.1...0.2.2) **Implemented enhancements:** - Add 'systemd-tmpfiles-create' [\#1](https://github.com/camptocamp/puppet-systemd/pull/1) ([roidelapluie](https://github.com/roidelapluie)) ## [0.2.1](https://forge.puppetlabs.com/camptocamp/systemd/0.2.1) (2015-08-21) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.2.0...0.2.1) - Use docker for acceptance tests ## [0.1.15](https://forge.puppetlabs.com/camptocamp/systemd/0.1.15) (2015-06-26) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.14...0.1.15) - Fix strict_variables activation with rspec-puppet 2.2 ## [0.1.14](https://forge.puppetlabs.com/camptocamp/systemd/0.1.14) (2015-05-28) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.13...0.1.14) - Add beaker_spec_helper to Gemfile ## [0.1.13](https://forge.puppetlabs.com/camptocamp/systemd/0.1.13) (2015-05-26) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.12...0.1.13) - Use random application order in nodeset ## [0.1.12](https://forge.puppetlabs.com/camptocamp/systemd/0.1.12) (2015-05-26) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.11...0.1.12) - Add utopic & vivid nodesets ## [0.1.11](https://forge.puppetlabs.com/camptocamp/systemd/0.1.11) (2015-05-25) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.10...0.1.11) - Don't allow failure on Puppet 4 ## [0.1.10](https://forge.puppetlabs.com/camptocamp/systemd/0.1.10) (2015-05-13) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.9...0.1.10) - Add puppet-lint-file_source_rights-check gem ## [0.1.9](https://forge.puppetlabs.com/camptocamp/systemd/0.1.9) (2015-05-12) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.8...0.1.9) - Don't pin beaker ## [0.1.8](https://forge.puppetlabs.com/camptocamp/systemd/0.1.8) (2015-04-27) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.7...0.1.8) - Add nodeset ubuntu-12.04-x86_64-openstack ## [0.1.7](https://forge.puppetlabs.com/camptocamp/systemd/0.1.7) (2015-04-03) [Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/0.1.6...0.1.7) - Confine rspec pinning to ruby 1.8 \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/metadata.json b/metadata.json index 5d293cd..c3e2713 100644 --- a/metadata.json +++ b/metadata.json @@ -1,91 +1,91 @@ { "name": "camptocamp-systemd", - "version": "3.0.0-rc0", + "version": "3.0.0", "author": "camptocamp", "summary": "Puppet Systemd module", "license": "Apache-2.0", "source": "https://github.com/camptocamp/puppet-systemd", "project_page": "https://github.com/camptocamp/puppet-systemd", "issues_url": "https://github.com/camptocamp/puppet-systemd/issues", "dependencies": [ { "name": "puppetlabs/stdlib", "version_requirement": ">= 4.13.1 < 8.0.0" }, { "name": "puppetlabs/inifile", "version_requirement": ">= 1.6.0 < 6.0.0" } ], "operatingsystem_support": [ { "operatingsystem": "Debian", "operatingsystemrelease": [ "8", "9", "10" ] }, { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "16.04", "18.04", "20.04" ] }, { "operatingsystem": "SLES", "operatingsystemrelease": [ "12", "15" ] }, { "operatingsystem": "RedHat", "operatingsystemrelease": [ "7", "8" ] }, { "operatingsystem": "VirtuozzoLinux", "operatingsystemrelease": [ "7" ] }, { "operatingsystem": "CentOS", "operatingsystemrelease": [ "7", "8" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7", "8" ] }, { "operatingsystem": "Archlinux" }, { "operatingsystem": "Fedora", "operatingsystemrelease": [ "30", "31" ] } ], "requirements": [ { "name": "puppet", "version_requirement": ">= 6.1.0 < 8.0.0" } ], "pdk-version": "1.18.0", "template-url": "pdk-default#1.18.0", "template-ref": "tags/1.18.0-0-g095317c" }