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
a090b08d
Commit
a090b08d
authored
Jun 12, 2019
by
Aleksei
Browse files
module file notifies service, not only symlink
parent
546e99db
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a090b08d
...
...
@@ -2,3 +2,8 @@
pkg/
spec/fixures/
.gemfile.lock
Gemfile.lock
/spec/fixtures/manifests/
/spec/fixtures/modules/
.ruby-gemset
.ruby-version
manifests/module.pp
View file @
a090b08d
...
...
@@ -33,6 +33,7 @@ define freeradius::module (
source
=>
$source
,
content
=>
$content
,
require
=>
[
Package
[
$fr_package
],
Group
[
$fr_group
]],
notify
=>
Service
[
$fr_service
],
}
file
{
"
${fr_modulepath}
/
${name}
"
:
ensure
=>
$ensure_link
,
...
...
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