-
-
Notifications
You must be signed in to change notification settings - Fork 313
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
Staging missing dependency on Package['unzip']
#164
Comments
On |
I think thats what he means. Should be a simple fix, I can work on this sometime today. |
Yes, thats what I mean. And yeah, this is pretty simple. Otherwise the ordering puppet is doing is trying to unzip the file, then install the unzip package, which doesn't work. |
PR #166 |
For obvious reasons this package is needed. It doesn't seem like staging itself manages this (since it doesn't manage the
unzip
package), so consul should manage this dependency if it is managing theunzip
package (ie, on non-darwin).It should be sufficient (probably better) only to supply this to the files that consul itself downloads. For myself I am currently using
Package['unzip'] -> Staging::File <| |>
as a workaround.The text was updated successfully, but these errors were encountered: