This project is mirrored from https://github.com/djjudas21/puppet-freeradius.git.
Pull mirroring updated .
- 06 May, 2021 9 commits
-
-
Nathan Ward authored
Fix an ERB validation error, by moving logic for calculating the ippool cache size in to puppet, rather than in ERB
-
Nathan Ward authored
Only capture the exec for `radiusd -v`, as facter etc. runs `uname -s` and whatever else. Mock Facter.value for things in os_facts, so we return the value from os_facts rather than the actual value from the system running the tests.
-
Nathan Ward authored
-
Jonathan authored
Set ownership for radacct and radius log dir
-
Jonathan authored
Add quotes around expected LDAP password in freeradius::ldap spec
-
Nathan Ward authored
-
Nathan Ward authored
-
Jonathan authored
Add linebreak after lifetime attribute
-
gonzocrazy authored
-
- 16 Apr, 2021 2 commits
- 15 Apr, 2021 2 commits
-
-
Jason Lavoie authored
-
Jason Lavoie authored
-
- 02 Feb, 2021 2 commits
- 28 Jan, 2021 4 commits
- 23 Oct, 2020 4 commits
-
-
Jonathan authored
Update PDK to 1.18.1 and re-work tests
-
Nathan Ward authored
-
Nathan Ward authored
Add a redhat_common_dependencies shared_context, which has a few resources which various defined types rely on
-
Nathan Ward authored
-
- 22 Oct, 2020 3 commits
-
-
Nathan Ward authored
There is still a lot more to do here to get full coverage, and a lot of work to figure out testing across multiple OSes etc. however this is a solid start.
-
Nathan Ward authored
-
Nathan Ward authored
-
- 09 Aug, 2020 1 commit
-
-
Jonathan authored
parametrize max_request_time
-
- 06 Aug, 2020 1 commit
-
-
Andreas Ziegler authored
-
- 19 Feb, 2020 2 commits
-
-
Jonathan Gazeley authored
-
Jonathan authored
Restarts freeradius after any huntgroups modification
-
- 17 Feb, 2020 1 commit
-
-
Ángel L. Mateo authored
-
- 20 Nov, 2019 1 commit
-
-
Jonathan authored
Add missing options to home_server configuration
-
- 19 Nov, 2019 1 commit
-
-
Andrew Teixeira authored
* Remove tests/init.pp to fix check:test_file spec test
-
- 30 Oct, 2019 5 commits
-
-
Jonathan Gazeley authored
-
Jonathan authored
Fix parameters checks in various definitions:
-
Ángel L. Mateo authored
* `freeradius::client`: * `nastype` and `proto` are optional parameters * `attributes` could also be a hash or a string * `freeradius::listen`: * `interface` parameter is optional * `freeradius::home_server_pool`: * `home_server` parameter could be an array of strings too * `freeradius::sql`: * pool_connect_timeout default value must be a float, not a string * `freeradius::huntgroup` * Parameter `order` is used in `concat::fragment` which accepts strings or integer
-
Jonathan authored
Parameters: Fixing types + defaults
-
Craig Watson authored
-
- 29 Oct, 2019 2 commits
-
-
Jonathan Gazeley authored
-
Jonathan authored
Add type validation to all parameters
-