-
Notifications
You must be signed in to change notification settings - Fork 127
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
is it possible to have different addParentDirs and/or createDirectoryEntry per from or into? #212
Comments
Actually, directory creation control doesn't seem to work the way I understand it. Unless I don't understand the test suite, this patch extends the
|
I think this is related to #182. |
…t being handled properly. Also added test to catch future regression. Fixes issues nebula-plugins#124 and nebula-plugins#212
Fixed with the release of v4.3.0 today |
I have different things to copy to the rpm, and for some I want to create directories and for others I don't. I tried to do something like
But it seems the configuration from the second block (
/tmp/test -> /whatever-else
) is applied to both copies. The same is true if I set both to true in the second and both to true in the first, the behaviour is as if both variables were true in both copiesThe text was updated successfully, but these errors were encountered: