Removed useless require variables from apache module
This commit is contained in:
parent
cb47fe7e85
commit
3071640518
3 changed files with 0 additions and 14 deletions
|
@ -345,11 +345,6 @@ define apache::redhat::configfile($source, $content, $http, $https) {
|
|||
source => "/etc/httpd/conf.d/${name}",
|
||||
}
|
||||
}
|
||||
if $require {
|
||||
File["/etc/httpd/conf.http.d/${name}"] {
|
||||
require => $require,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if defined(Class["apache::sslserver"]) {
|
||||
|
@ -378,11 +373,6 @@ define apache::redhat::configfile($source, $content, $http, $https) {
|
|||
source => "/etc/httpd/conf.d/${name}",
|
||||
}
|
||||
}
|
||||
if $require {
|
||||
File["/etc/httpd/conf.https.d/${name}"] {
|
||||
require => $require,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue