Merge pull request #666 from PierreR/patch-4

Don't qualified call to defined resource type
This commit is contained in:
Matthew Haughton 2015-08-10 12:56:35 -04:00
commit e710cccd4c

View file

@ -530,7 +530,7 @@ define nginx::resource::vhost (
if $use_default_location == true {
# Create the default location reference for the vHost
::nginx::resource::location {"${name_sanitized}-default":
nginx::resource::location {"${name_sanitized}-default":
ensure => $ensure,
vhost => $name_sanitized,
ssl => $ssl,