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
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Python::Dotfile[/etc/pip.conf]: parameter 'filename' expects a match for Stdlib::Filemode = Pattern[/^[0124]{1}[0-7]{3}$/], got '/any/valid/path'
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered:
a990c0b is wrong code, Stdlib::Filemode should be used as type for $mode variable, not for $filename. $filename is path, not permission.
Affected Puppet, Ruby, OS and module versions/distributions
How to reproduce (e.g Puppet code you use)
Use python::dotfile { '/any/valid/path': }
What are you seeing
Parser error.
What behaviour did you expect instead
Proper dot file
Output log
Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Error while evaluating a Resource Statement, Python::Dotfile[/etc/pip.conf]: parameter 'filename' expects a match for Stdlib::Filemode = Pattern[/^[0124]{1}[0-7]{3}$/], got '/any/valid/path'
Any additional information you'd like to impart
The text was updated successfully, but these errors were encountered: