Skip to content
Snippets Groups Projects
Commit a090b08d authored by Aleksei's avatar Aleksei
Browse files

module file notifies service, not only symlink

parent 546e99db
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,8 @@
pkg/
spec/fixures/
.gemfile.lock
Gemfile.lock
/spec/fixtures/manifests/
/spec/fixtures/modules/
.ruby-gemset
.ruby-version
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment