From 1f138d4e02f9f1261a4574e2c4168a08018e6d08 Mon Sep 17 00:00:00 2001 From: Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk> Date: Thu, 23 Oct 2014 13:21:25 +0000 Subject: [PATCH] Improve notes about module limitations --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae009ac..e3af795 100644 --- a/README.md +++ b/README.md @@ -155,10 +155,15 @@ Very similar usage to `freeradius::client` but with fewer options. ## Limitations This module is targeted at FreeRADIUS 2.x running on CentOS 6. It has not been tested -on other distributions, but might work. It has not been tested on FreeRADIUS 3.x and -almost certainly won't work without modification. +on other distributions, but might work. Likely sticking points with other distros are +the names of packages, services and file paths. -It was written with Puppet 3.6 but should be quite agnostic to new versions of Puppet. +This module has not been tested on FreeRADIUS 3.x and almost certainly won't work +without modification. FreeRADIUS 3.x support in this module will come onto the roadmap +at the same time that my employer decides to start looking FreeRADIUS 3.x. + +This module was written for use with Puppet 3.6 and 3.7, but should be quite agnostic +to new versions of Puppet. ## Development -- GitLab