summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c80403d..8f22137 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -123,7 +123,7 @@ class apache::gentoo inherits apache::package {
# needs module gentoo
gentoo::etcconfd {
apache2: require => "Package[apache]",
- notify => "Service[apache]"
+ notify => Service[apache],
}
Package[apache]{
category => 'www-servers',
@@ -207,8 +207,6 @@ class apache::openbsd inherits apache::base {
}
Service['apache']{
- hasstatus => true,
- hasrestart => true,
restart => '/opt/bin/restart_apache.sh',
status => 'apachectl status',
start => 'apachectl start',