summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-11-07 18:58:31 +0000
committermh <mh@immerda.ch>2008-11-07 18:58:31 +0000
commita79550e32e532fa53ce1913c5433638836952e5c (patch)
treef7951eb9d80376e3ee44c1dae507386e6c3be995 /manifests/init.pp
parent909e29758907f327bf162f919191d41d9d34d767 (diff)
removed hasstatus because this implies init script usage
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',