Skip to content

Commit

Permalink
Merge pull request voxpupuli#666 from PierreR/patch-4
Browse files Browse the repository at this point in the history
Don't qualified call to defined resource type
  • Loading branch information
3flex committed Aug 10, 2015
2 parents 540fa83 + 68cefa0 commit b389193
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 @@ -530,7 +530,7 @@

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,
Expand Down

0 comments on commit b389193

Please sign in to comment.