Fixed directory depencies from apache::sslsite.
This commit is contained in:
parent
7f130cac78
commit
9806934c75
1 changed files with 3 additions and 0 deletions
|
@ -328,6 +328,7 @@ define apache::sslsite($root="", $config="", $ssl_cert="", $ssl_key="", $ssl_cha
|
|||
file { "/srv/www/https/${site_fqdn}":
|
||||
ensure => link,
|
||||
target => $root,
|
||||
before => Service["httpsd"],
|
||||
}
|
||||
} else {
|
||||
file { "/srv/www/https/${site_fqdn}":
|
||||
|
@ -335,6 +336,7 @@ define apache::sslsite($root="", $config="", $ssl_cert="", $ssl_key="", $ssl_cha
|
|||
mode => 0755,
|
||||
owner => root,
|
||||
group => root,
|
||||
before => Service["httpsd"],
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -343,6 +345,7 @@ define apache::sslsite($root="", $config="", $ssl_cert="", $ssl_key="", $ssl_cha
|
|||
mode => 0755,
|
||||
owner => root,
|
||||
group => root,
|
||||
before => Service["httpsd"],
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue