Merge pull request #553 from steakknife/fix__541

closes #541 (maybe: needs user feedback)
This commit is contained in:
James Fryman 2015-02-05 14:05:32 -06:00
commit 6b4f35fd4d

View file

@ -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)