require vhost folder
This commit is contained in:
parent
23fe0404c8
commit
72bb663caf
1 changed files with 5 additions and 4 deletions
|
@ -495,10 +495,11 @@ define nginx::resource::vhost (
|
|||
}
|
||||
|
||||
concat { $config_file:
|
||||
owner => $owner,
|
||||
group => $group,
|
||||
mode => $mode,
|
||||
notify => Class['::nginx::service'],
|
||||
owner => $owner,
|
||||
group => $group,
|
||||
mode => $mode,
|
||||
notify => Class['::nginx::service'],
|
||||
require => File[$vhost_dir]
|
||||
}
|
||||
|
||||
$ssl_only = ($ssl == true) and ($ssl_port == $listen_port)
|
||||
|
|
Loading…
Reference in a new issue