diff --git a/apache/manifests/redhat.pp b/apache/manifests/redhat.pp index ef683fe..1ec10b9 100644 --- a/apache/manifests/redhat.pp +++ b/apache/manifests/redhat.pp @@ -173,6 +173,15 @@ class apache::redhat::sslserver { } } + file { "/etc/sysconfig/httpsd": + ensure => present, + content => "", + mode => "0644", + owner => "root", + group => "root", + notify => Service["httpsd"], + } + file { "/usr/sbin/httpsd": ensure => link, target => "/usr/sbin/httpd",