We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We use scp to copy Hiera files into the SUT:
beaker-hiera/lib/beaker-hiera/helpers.rb
Line 49 in 6de0ca3
In case a files exists already in the SUT, we won't overwrite it. We also don't log that we skipped a file. This can make debugging really confusing.
The scp method comes from https://github.com/voxpupuli/beaker/blob/dbd0f4346a853932985439dbabe0246836f82d54/lib/beaker/dsl/helpers/host_helpers.rb#L161-L171 -> https://github.com/voxpupuli/beaker/blob/dbd0f4346a853932985439dbabe0246836f82d54/lib/beaker/ssh_connection.rb#L288-L318
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We use scp to copy Hiera files into the SUT:
beaker-hiera/lib/beaker-hiera/helpers.rb
Line 49 in 6de0ca3
In case a files exists already in the SUT, we won't overwrite it. We also don't log that we skipped a file. This can make debugging really confusing.
The scp method comes from https://github.com/voxpupuli/beaker/blob/dbd0f4346a853932985439dbabe0246836f82d54/lib/beaker/dsl/helpers/host_helpers.rb#L161-L171 -> https://github.com/voxpupuli/beaker/blob/dbd0f4346a853932985439dbabe0246836f82d54/lib/beaker/ssh_connection.rb#L288-L318
The text was updated successfully, but these errors were encountered: