Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
c974c39f
Commit
c974c39f
authored
Apr 12, 2017
by
Dagan McGregor
Browse files
Add postgresql support
parent
3a820dec
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
c974c39f
...
...
@@ -4,6 +4,7 @@ class freeradius (
$
max_servers
=
'4096'
,
$
max_requests
=
'4096'
,
$
mysql_support
=
false
,
$
pgsql_support
=
false
,
$
perl_support
=
false
,
$
utils_support
=
false
,
$
ldap_support
=
false
,
...
...
@@ -215,6 +216,11 @@ class freeradius (
ensure => installed,
}
}
if
$
pgsql_support
{
package { 'freeradius-postgresql':
ensure => installed,
}
}
if
$
perl_support
{
package { 'freeradius-perl':
ensure => installed,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment