Ryota Arai
Ryota Arai
@tk-hamaguchi Sorry for very late reply... Would you rebase the branch?
fixed https://github.com/itamae-kitchen/itamae/commit/28d33da3cb67c6a7635e47845b0055cb17df53a8
I see... As you know, currently, Itamae generates diff by `diff` command on the target host. I'll change it to do that on the host Itamae is running.
ref: https://github.com/itamae-kitchen/itamae/issues/232
Okay. It is better that `run_command` is replaced with `run_specinfra`.
As you said, Specinfra doesn't have sufficient commands for this PR but you can send a PR to https://github.com/mizzy/specinfra Would you do it?
In dry-run mode, ignore ENOENT by edit action
``` diff - ssh: {user: 'lca', keys: [File.expand_path('~/.id_rsa.pub'), port: 55001]}, + ssh: {user: 'lca', keys: [File.expand_path('~/.id_rsa.pub')], port: 55001}, ``` @lowks This may fix your problem.
@englishm Sorry for very late reply. I think integrating Infrataster and Test Kitchen is very good idea. You can run Infrataster against the same instance like the following: ``` ruby...
[Jenkins] Can one of the admins verify this patch? (say "test this please")