Added support for status query into httpsd service.
This commit is contained in:
parent
49edab924a
commit
5fbe6228f2
1 changed files with 8 additions and 7 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue