Commit 9f5a6470 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Prepare release 2.0.0

parent 9693ff67
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -35,7 +35,10 @@

This module installs and configures [FreeRADIUS](http://freeradius.org/) server
on Linux. It supports FreeRADIUS 3.x only. It was designed with CentOS in mind
but should work on other distributions.
but should work on other distributions. Please note that at this time, current
versions of Debian and Ubuntu still package FreeRADIUS 2.2.x which is end-of-life.
If you use Debian or Ubuntu, you will need to use version 1.x of this module,
which itself is no longer maintained.

| `jgazeley/freeradius` | FreeRADIUS  |
| --------------------- | ----------- |
+5 −8
Original line number Diff line number Diff line
{
  "name": "jgazeley-freeradius",
  "version": "1.3.0",
  "version": "2.0.0",
  "author": "jgazeley",
  "summary": "Install and configure FreeRADIUS",
  "license": "Apache-2.0",
@@ -11,18 +11,15 @@
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
      ]
    },
    {
      "operatingsystem": "Debian",
      "operatingsystem": "Fedora",
      "operatingsystemrelease": [
        "5",
        "6",
        "7",
        "8"
        "21",
        "22",
        "23"
      ]
    }
  ],