-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid filenames for windows should not prevent the usage of a module #815
Comments
I'm not convinced that's a good idea. In this case, ignoring the error would be relatively benign, but what if the file that didn't write properly was actually a core part of the module's code? The requested change would delay the error from deploy time (when it's relatively benign to catch and correct) to runtime, when puppet runs could fail. |
This issue has been marked stale because it has had no activity for 60 days. The Puppet Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days. |
not stale @binford2k well simply not allowing to use a module is even more unhandy. at least it sould be allowed to use some kind of |
This issue has been marked stale because it has had no activity for 60 days. The Puppet Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days. |
not stale |
@c33s We recently added an |
This issue has been marked stale because it has had no activity for 60 days. The Puppet Team is actively prioritizing existing bugs and new features, if this issue is still important to you please comment and we will add this to our backlog to complete. Otherwise, it will be closed in 7 days. |
if you install
puppet/network
version0.9.0
https://github.com/voxpupuli/puppet-network/tree/v0.9.0 on windows withr10k puppetfile install
this leads to the following errorthis is because the module, in this case the fixture files contain invalid filenames for windows voxpupuli/puppet-network#224 it would be a good thing to show only a warning and just skip the file. it is a sad thing that the whole module cannot be used just because of redhat fixtures, while i won't run tests and will deploy to debian :(
The text was updated successfully, but these errors were encountered: