Hey there,
those errors are some of the worst to debug since the output is most
useless.. but not completely so!
The output indicates that two diffrent calls to
nginx::resource::location are using the same name for concat::fragment.
So you need to inspect what's happening with the calls to
nginx::resource::location and figure out why the double usage of name
happens. The tricky part is that this might be called automatically by
other parts of the module (I haven't looked at the module's manifests)
That's unfortunately the best I can help you with for now.
--
Gabriel Filion