projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2318e20
)
There is no ferm-restart Exec to notify
author
Peter Palfrader
<peter@palfrader.org>
Sun, 11 Mar 2018 08:28:50 +0000
(09:28 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 11 Mar 2018 08:28:50 +0000
(09:28 +0100)
modules/ferm/manifests/conf.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/conf.pp
b/modules/ferm/manifests/conf.pp
index
87d5189
..
d769194
100644
(file)
--- a/
modules/ferm/manifests/conf.pp
+++ b/
modules/ferm/manifests/conf.pp
@@
-28,14
+28,14
@@
define ferm::conf (
ensure => $ensure,
mode => '0400',
content => $content,
- notify =>
Exec["ferm restart"
],
+ notify =>
Service['ferm'
],
}
} else {
file { $fname:
ensure => $ensure,
mode => '0400',
source => $source,
- notify =>
Exec["ferm restart"
],
+ notify =>
Service['ferm'
],
}
}
}