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:
Pi3r 2015-08-07 14:29:23 +02:00
parent 01f914df3d
commit 44c6595ffa

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,