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
Pattern matching for a valid Unix socket is not being accepted by the module.
What behaviour did you expect instead
I expect a valid Unix socket to be matched
Output log
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Dsi::Nginx::Vhosts::Rails[itglue]: parameter 'upstream_sockets' expects a match for Pattern[/^unix:\/([^\/\0]+\/*)[^:]*$/], got 'unix:///var/www/itglue/shared/tmp/sockets/puma.socket' (file: /etc/puppet/modules/itglue/manifests/webserverenv.pp, line: 15) on node itg-oregon-qa-web-i-0d81b7f5e83463752.itglue.com
Any additional information you'd like to impart
Pattern matching on /^unix:[\/]{3}[\w\d\/\-\_\.]+$/ works as expected
The text was updated successfully, but these errors were encountered:
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
What are you seeing
Pattern matching for a valid Unix socket is not being accepted by the module.
What behaviour did you expect instead
I expect a valid Unix socket to be matched
Output log
Any additional information you'd like to impart
Pattern matching on
/^unix:[\/]{3}[\w\d\/\-\_\.]+$/
works as expectedThe text was updated successfully, but these errors were encountered: