You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
one thing is missing for this awesome module, a better documentation of complex examples.
the mini examples are quite nice to get a quick overview but for easy an fast usage of this module it would be good to also have complex examples. they should be available as puppetcode and hiera examples.
having a simple profile::nginx i am try to get a hiera config for symfony2 up and running.
the following hiera config is currently not working, i get a Duplicate declaration: Concat::Fragment[example.com-... error.
i also was forced to use the internal: true setting on loc1 because of the Cannot create a location reference without a www_root, proxy, location_alias, fastcgi, uwsgi, stub_status, internal, or location_custom_cfg defined error. i will post the working hiera file here in the comments as soon as i figured out (looks like i have to use location_custom_cfg).
As they say, PRs are gratefully accepted. 😉
I encountered a similar problem today, setting use_default_location: false resolved it for me. I opened #902 to track that specific issue. #544 also seems to be related.
one thing is missing for this awesome module, a better documentation of complex examples.
the mini examples are quite nice to get a quick overview but for easy an fast usage of this module it would be good to also have complex examples. they should be available as puppetcode and hiera examples.
having a simple
profile::nginx
i am try to get a hiera config for symfony2 up and running.the following hiera config is currently not working, i get a
Duplicate declaration: Concat::Fragment[example.com-...
error.i also was forced to use the
internal: true
setting onloc1
because of theCannot create a location reference without a www_root, proxy, location_alias, fastcgi, uwsgi, stub_status, internal, or location_custom_cfg defined
error. i will post the working hiera file here in the comments as soon as i figured out (looks like i have to uselocation_custom_cfg
).The text was updated successfully, but these errors were encountered: