Merge pull request #553 from steakknife/fix__541
closes #541 (maybe: needs user feedback)
This commit is contained in:
commit
6b4f35fd4d
1 changed files with 1 additions and 1 deletions
|
@ -633,7 +633,7 @@ define nginx::resource::vhost (
|
|||
path => "${vhost_enable_dir}/${name_sanitized}.conf",
|
||||
target => $config_file,
|
||||
require => Concat[$config_file],
|
||||
notify => Service['nginx'],
|
||||
notify => Class['::nginx::service'],
|
||||
}
|
||||
|
||||
create_resources('::nginx::resource::map', $string_mappings)
|
||||
|
|
Loading…
Reference in a new issue