-
-
Notifications
You must be signed in to change notification settings - Fork 113
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
Windows redownload fails? #35
Comments
Using this simple manifest fails on Windows Server 2012 R2 with: class wintest { There is not "test" binary on Windows as on Unixes/Mac where the module works great. Am I missing something? /Heikki |
That's correct. It seems that Windows support has broken due to this. |
Can you try the issue-35 branch to see if that solves your problem? |
Hi, tried it and gives the same exact error. I deleted the module, and downloaded the issue-35 branch and install with: puppet module install puppet-issue35.tar.gz restarted apache and retried. /Heikki |
I have the same error. it's actually this line that is failing |
so what would work in windows for the unless test? I don't have access to a windows box
|
Fixed in #54 |
Presumably due to $unless_test in /fetch.pp ?
The text was updated successfully, but these errors were encountered: