diff options
author | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-03-11 17:48:28 +0200 |
---|---|---|
committer | Gabriel Nagy <gabriel.nagy@puppet.com> | 2021-03-11 17:48:28 +0200 |
commit | 3f0ea225b40f622cb71b3261b132b0e13e5eea94 (patch) | |
tree | 5ca760b551a91e87402da053e985b4a4e2d11222 | |
parent | 8e2d9aa99f43941a37cdd08e191efb6d5bba154a (diff) | |
download | puppet-augeas_core-3f0ea225b40f622cb71b3261b132b0e13e5eea94.tar.gz puppet-augeas_core-3f0ea225b40f622cb71b3261b132b0e13e5eea94.tar.bz2 |
(MODULES-10953) Update metadata.json and pdk version
To avoid having to update this everytime we release a new agent
platform, it should be enough to specify the supported OS, without
specific versions. It is assumed that for each OS in metadata.json, the
versions supported are the same as what the agent itself supports.
-rw-r--r-- | metadata.json | 45 |
1 files changed, 7 insertions, 38 deletions
diff --git a/metadata.json b/metadata.json index 83205bf..ba16848 100644 --- a/metadata.json +++ b/metadata.json @@ -12,56 +12,25 @@ ], "operatingsystem_support": [ { - "operatingsystem": "CentOS", - "operatingsystemrelease": [ - "7", - "8" - ] + "operatingsystem": "CentOS" }, { - "operatingsystem": "OracleLinux", - "operatingsystemrelease": [ - "7", - "8" - ] + "operatingsystem": "OracleLinux" }, { - "operatingsystem": "RedHat", - "operatingsystemrelease": [ - "7", - "8" - ] + "operatingsystem": "RedHat" }, { - "operatingsystem": "Scientific", - "operatingsystemrelease": [ - "7", - "8" - ] + "operatingsystem": "Scientific" }, { - "operatingsystem": "Debian", - "operatingsystemrelease": [ - "8", - "9", - "10" - ] + "operatingsystem": "Debian" }, { - "operatingsystem": "Ubuntu", - "operatingsystemrelease": [ - "16.04", - "18.04", - "20.04" - ] + "operatingsystem": "Ubuntu" }, { - "operatingsystem": "Fedora", - "operatingsystemrelease": [ - "30", - "31", - "32" - ] + "operatingsystem": "Fedora" } ], "requirements": [ |