Merge pull request #666 from PierreR/patch-4
Don't qualified call to defined resource type
This commit is contained in:
commit
e710cccd4c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue