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
Variable 'stub_status' for vhost is not working. It works only in location.
I added this variable to manifests/resource/vhost.pp for myself and I'm waiting for official fix.
BTW, thx for this great module for puppet with hiera support.
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Cannot create a location reference without a www_root, proxy, location_alias, fastcgi, stub_status, or location_custom_cfg defined at /etc/puppet/environments/vagrant/modules/nginx/manifests/resource/location.pp:312 on node ...
@grzybniak This is because the vhost resource only supports certain parameters when it creates the default location. I'd recommend doing something like this in hiera:
Hi,
Variable 'stub_status' for vhost is not working. It works only in location.
I added this variable to manifests/resource/vhost.pp for myself and I'm waiting for official fix.
BTW, thx for this great module for puppet with hiera support.
Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Cannot create a location reference without a www_root, proxy, location_alias, fastcgi, stub_status, or location_custom_cfg defined at /etc/puppet/environments/vagrant/modules/nginx/manifests/resource/location.pp:312 on node ...
The text was updated successfully, but these errors were encountered: