summaryrefslogtreecommitdiff
path: root/manifests/site/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/site/config.pp')
-rw-r--r--manifests/site/config.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/site/config.pp b/manifests/site/config.pp
index 5ad91af..bce4e7f 100644
--- a/manifests/site/config.pp
+++ b/manifests/site/config.pp
@@ -33,7 +33,7 @@ define apache::site::config(
group => root,
mode => '0644',
require => File["${apache::macros}"],
- notify => Service["apache"],
+ notify => Service["apache2"],
}
}
false: {
@@ -44,7 +44,7 @@ define apache::site::config(
group => root,
mode => '0644',
require => File["${apache::macros}"],
- notify => Service["apache"],
+ notify => Service["apache2"],
}
}
}
@@ -61,6 +61,6 @@ define apache::site::config(
# owner => root,
# group => root,
# require => File["${apache::conf_sites}-available/${name}"],
- # notify => Service["apache"],
+ # notify => Service["apache2"],
#}
}