Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
puppet-freeradius
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projets publics
puppet-freeradius
Commits
046ed0ce
Commit
046ed0ce
authored
Sep 9, 2014
by
Jonathan Gazeley
Browse files
Options
Downloads
Patches
Plain Diff
Improve documentation
parent
4e3666e0
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+19
-6
19 additions, 6 deletions
README.md
with
19 additions
and
6 deletions
README.md
+
19
−
6
View file @
046ed0ce
...
@@ -40,13 +40,19 @@ This module provides several classes and defined types which take parameters.
...
@@ -40,13 +40,19 @@ This module provides several classes and defined types which take parameters.
The
`freeradius`
class installs the base server. In the early releases, this class does not
The
`freeradius`
class installs the base server. In the early releases, this class does not
have many parameters as most values are hard-coded. I am working on parameterising more
have many parameters as most values are hard-coded. I am working on parameterising more
of the settings to increase flexibility.
of the settings to increase flexibility.
Patches are welcome.
### Resources
### Resources
#### `freeradius::attr`
#### `freeradius::attr`
Install attribute filters
Install arbitrary attribute filters from a flat flit. These are installed in
`/etc/raddb/attr.d`
```
freeradius::attr { 'eduroamlocal':
source => 'puppet:///modules/site_freeradius/eduroamlocal',
}
```
#### `freeradius::client`
#### `freeradius::client`
...
@@ -86,7 +92,11 @@ freeradius::config { 'realm-checks.conf':
...
@@ -86,7 +92,11 @@ freeradius::config { 'realm-checks.conf':
#### `freeradius::instantiate`
#### `freeradius::instantiate`
Instantiate a module
Instantiate a module that is not automatically instantiated.
```
freeradius::instantiate { 'mymodule': }
```
#### `freeradius::module`
#### `freeradius::module`
...
@@ -113,6 +123,12 @@ freeradius::policy { 'my-policies':
...
@@ -113,6 +123,12 @@ freeradius::policy { 'my-policies':
Install a helper script, e.g. which might be called upon by a virtual server. These are
Install a helper script, e.g. which might be called upon by a virtual server. These are
placed in
`/etc/raddb/scripts`
and are not automatically included by the server.
placed in
`/etc/raddb/scripts`
and are not automatically included by the server.
```
freeradius::site { 'myperlscript.pl':
source => 'puppet:///modules/site_freeradius/myperlscript.pl',
}
```
#### `freeradius::site`
#### `freeradius::site`
Install a virtual server (a.k.a. site) from a flat file. Sites are install directly
Install a virtual server (a.k.a. site) from a flat file. Sites are install directly
...
@@ -153,6 +169,3 @@ development effort if the features aren't useful to my employer.
...
@@ -153,6 +169,3 @@ development effort if the features aren't useful to my employer.
## Release Notes
## Release Notes
If you aren't using changelog, put your release notes here (though you should
consider using changelog). You may also add any additional sections you feel are
necessary or important to include here. Please use the
`## `
header.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment