diff --git a/manifests/globals.pp b/manifests/globals.pp index f0eb07a9e8..bfb7a9fd2e 100644 --- a/manifests/globals.pp +++ b/manifests/globals.pp @@ -199,6 +199,7 @@ }, 'Amazon' => '9.2', default => $facts['os']['release']['major'] ? { + '10' => '16', '9' => '13', '8' => '10', '7' => '9.2', diff --git a/metadata.json b/metadata.json index 82cb5fa869..b33a03eaa9 100644 --- a/metadata.json +++ b/metadata.json @@ -31,7 +31,8 @@ "operatingsystemrelease": [ "7", "8", - "9" + "9", + "10" ] }, { @@ -39,14 +40,16 @@ "operatingsystemrelease": [ "7", "8", - "9" + "9", + "10" ] }, { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ "7", - "9" + "9", + "10" ] }, { @@ -84,14 +87,16 @@ "operatingsystem": "Rocky", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] }, { "operatingsystem": "AlmaLinux", "operatingsystemrelease": [ "8", - "9" + "9", + "10" ] } ],