Skip to content

Commit

Permalink
maybe closes voxpupuli#541
Browse files Browse the repository at this point in the history
  • Loading branch information
skull-squadron committed Jan 24, 2015
1 parent b0e5285 commit 8b5c58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/resource/vhost.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8b5c58b

Please sign in to comment.