Added support for status query into httpsd service.

This commit is contained in:
Timo Mkinen 2010-10-21 22:00:21 +03:00
parent 49edab924a
commit 5fbe6228f2

View file

@ -281,6 +281,7 @@ class apache::sslserver inherits apache::common {
service { "httpsd":
ensure => running,
enable => true,
hasstatus => true,
require => [ Package["httpd"],
Package["mod_ssl"],
File["/etc/httpd/conf/httpsd.conf"],