summaryrefslogtreecommitdiff
path: root/manifests/envvars.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/envvars.pp')
-rw-r--r--manifests/envvars.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/envvars.pp b/manifests/envvars.pp
index f2d2b8b..a477d81 100644
--- a/manifests/envvars.pp
+++ b/manifests/envvars.pp
@@ -6,7 +6,7 @@ class apache::envvars(
owner => root,
group => root,
mode => '0644',
- notify => Service["apache"],
+ notify => Service["apache2"],
source => $source,
require => Package['apache'],
}