Don't qualified call to defined resource type
I don't think this is an valid improvement (over non qualification). My main motivation comes from the fact that it is not currently supported so well by "language-puppet".
This commit is contained in:
parent
01f914df3d
commit
44c6595ffa
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