Timur Batyrshin
Timur Batyrshin
When doing automation setups with ChucK you may need to grep its output of `--probe` command, or parse that in some other way. Currently I don't see an easy way...
Sometimes client doesn't grant permissions to manage IAM resources in their account. It becomes challenging to correctly patch and configure swiss-army-kube in this case.
When ansible using this inventory plugin is kicked by terraform it crashes with weird error (see example below). At the same time when you run exactly the same command from...
Hi, this is a fix for https://issues.jenkins-ci.org/browse/JENKINS-27025 I have not tested it but I see no reasons why this would not work.
`remote_file` does not support HTTPAuth nor does `ark` Using HTTPAuth could be useful for pulling artifacts from private nexus repositories.
Chef.io server produces 500 error. ``` $ knife preflight sdldap Searching for nodes containing sdldap OR sdldap::default in their expanded run_list or added via include_recipe... ERROR: Server returned error 500...
I've configured knife spork to work with my repos and now rake command fails with some errors. It looks like it tries to reuse spork's config: ``` timurb@MBP-777:knife-spork (master *$%)$...
I use a simple test with 3 consecutive gets and it runs fine when I run it as `fl-run-test` but it hangs when I try to run it as `fl-run-bench`:...
If I try to skip some tests via `unittest.skip` decorator the test suite fails instead of marking it as skipped: ``` python @unittest.skip("Not implemented") def test_login(self): """Check if the server...
### Current Terraform Version ``` $ terraform -v Terraform v0.12.13 + provider.aws v2.35.0 ``` ### Use-cases It would be nice if I could specify configuration for provider using `*.tfvars` file...