Added /etc/sysconfig/httpsd file to apache::sslserver.
This commit is contained in:
parent
77decd746e
commit
5631a973bf
1 changed files with 9 additions and 0 deletions
|
@ -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":
|
file { "/usr/sbin/httpsd":
|
||||||
ensure => link,
|
ensure => link,
|
||||||
target => "/usr/sbin/httpd",
|
target => "/usr/sbin/httpd",
|
||||||
|
|
Loading…
Add table
Reference in a new issue