summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-03-01 17:10:19 +0000
committermh <mh@immerda.ch>2008-03-01 17:10:19 +0000
commitb6695245b55ee2daebeb9427e73aadeb9590e434 (patch)
tree3891d1a79a3fd1b5eab0427e7e113370efa92b6d /manifests/init.pp
parentfb948dd6b00f60312125ab88931b33a840f945f2 (diff)
fixed wrong definitions, added service notifications
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 89a9391..86ba178 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -30,6 +30,7 @@ class mysql::server {
group => 0,
mode => 0444,
require => Package[$pkgname],
+ notify => Service[$pkgname],
}
service { $pkgname: