Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
eccf9297
Commit
eccf9297
authored
Oct 15, 2015
by
Jonathan Gazeley
Browse files
Can't require mods-config because it isn't managed by Puppet - it comes in the RPM
parent
dc98ae95
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/config.pp
View file @
eccf9297
...
...
@@ -16,7 +16,7 @@ define freeradius::config (
group
=>
$fr_group
,
source
=>
$source
,
content
=>
$content
,
require
=>
[
File
[
$fr_moduleconfigpath
],
Package
[
$fr_package
],
Group
[
$fr_group
]],
require
=>
[
Package
[
$fr_package
],
Group
[
$fr_group
]],
notify
=>
Service
[
$fr_service
],
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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