I'm trying to "finish off" some work a colleague began which includes distribution of some files from the puppet master.
I just fired up a new instance and watched as puppet agent -t came up with a whole lot of errors in ensuring certain files were present. Intrigued, it seems those with a space in the path are not found on the server:
Error: Could not set 'file' on ensure: Error 404 on SERVER: Not Found: Could not find file_content svn/project/trunk/SQL/New%20Install/jquery.js
Error: Could not set 'file' on ensure: Error 404 on SERVER: Not Found: Could not find file_content svn/project/trunk/SQL/New%20Install/jquery.js
Wrapped exception:
Error 404 on SERVER: Not Found: Could not find file_content svn/project/trunk/SQL/New%20Install/jquery.js
On the server itself I can find the file, it's just listed within the "New Install" directory as you would expect. This is one of about a dozen or more all with spaces.
Both master and client are Ubuntu. I'm struggling to see why those with spaces are failing.
Any guidance would be appreciated.
Thanks,
James