From a5e736b0f71921b8b6905860a1f5dabfe76e4170 Mon Sep 17 00:00:00 2001 From: Barry Allard Date: Sat, 24 Jan 2015 14:04:18 -0800 Subject: [PATCH] maybe closes #541 --- manifests/resource/vhost.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/resource/vhost.pp b/manifests/resource/vhost.pp index 3f65d4848..db63eb2d0 100644 --- a/manifests/resource/vhost.pp +++ b/manifests/resource/vhost.pp @@ -633,7 +633,7 @@ 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)