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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Projets publics
puppet-freeradius
Commits
65327dc1
Commit
65327dc1
authored
10 years ago
by
Jonathan Gazeley
Browse files
Options
Downloads
Patches
Plain Diff
Change order of code sample to match other sections
parent
a1634a27
Branches
Branches containing commit
Tags
6.0.8
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-9
10 additions, 9 deletions
README.md
with
10 additions
and
9 deletions
README.md
+
10
−
9
View file @
65327dc1
...
...
@@ -245,6 +245,16 @@ Configure SQL connections. You can define multiple database connections by
invoking this resource multiple times. If you are using MySQL, don't forget to
also set
`mysql_support => true`
in the base
`freeradius`
class.
```
puppet
freeradius::sql
{
'mydatabase'
:
database
=>
'mysql'
,
server
=>
'192.168.0.1'
,
login
=>
'radius'
,
password
=>
'topsecret'
,
radius_db
=>
'radius'
,
}
```
##### `database`
Default:
`undef`
. Required. Specify which FreeRADIUS database driver to use. Choose one of
`mysql`
,
`mssql`
,
`oracle`
,
`postgresql`
...
...
@@ -274,15 +284,6 @@ you will see errors like "No connections available and at max connection limit".
this to MORE than the number of threads means that there are more connections than necessary.
Leave blank to set it to the same value as the number of threads.
```
puppet
freeradius::sql
{
'mydatabase'
:
database
=>
'mysql'
,
server
=>
'192.168.0.1'
,
login
=>
'radius'
,
password
=>
'topsecret'
,
radius_db
=>
'radius'
,
}
```
#### `freeradius::statusclient`
...
...
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