From 7811795f8fcb38b75fd6680d5a6e1f44d5af70e5 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 9 Oct 2010 15:09:33 -0300 Subject: Notifying apache when apache2-mpm-itk is installed --- manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index 83ff8c8..c33320f 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -61,7 +61,8 @@ class apache { } package { "apache2-mpm-itk": - ensure => installed, + ensure => installed, + notify => Service['apache'], } service { "apache": -- cgit v1.2.3