Commit a5f0a563 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Prepare release 1.0.4

parent 5bc6026d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -712,6 +712,10 @@ least until this module drops support for 2.x.

## Release Notes

### 1.0.4

 * Make an educated guess about the version of FR when the fact is unavailable (e.g. on the first Puppet run)

### 1.0.3

 * Iron out a couple of issues with LDAP compatibility with Active Directory
+6 −4
Original line number Diff line number Diff line
{
  "name": "jgazeley-freeradius",
  "version": "1.0.3",
  "version": "1.0.4",
  "author": "jgazeley",
  "summary": "Install and configure FreeRADIUS",
  "license": "Apache-2.0",
@@ -11,8 +11,9 @@
    {
      "operatingsystem": "RedHat",
      "operatingsystemrelease": [
        "5.0",
        "6.0"
        "5",
        "6"
        "7"
      ]
    },
    {
@@ -20,7 +21,8 @@
      "operatingsystemrelease": [
        "5",
        "6",
        "7"
        "7",
        "8"
      ]
    }
  ],