Commit 07bfd84d authored by Matthias Hensler's avatar Matthias Hensler
Browse files

updated manifest to properly reflect supported RedHat Versions

included CentOS and Rocky to the manifest and add EL8 to the supported
list (as well as using freeradius3 on that version)
parent c12a6e59
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ class freeradius::params {
        5       => '2',
        6       => '2',
        7       => '3',
        8       => '3',
        default => '3',
      }
    }
+15 −1
Original line number Diff line number Diff line
@@ -37,7 +37,21 @@
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "7"
        "7",
        "8"
      ]
    },
    {
      "operatingsystem": "CentOS",
      "operatingsystemrelease": [
        "7",
        "8"
      ]
    },
    {
      "operatingsystem": "Rocky",
      "operatingsystemrelease": [
        "8"
      ]
    },
    {