Tommy McNeely

Results 56 issues of Tommy McNeely

**Describe the feature you would like and why you want it** We were running v2.2.0 of the kuberhealthy helm chart, now I see that there are new versions... 28.0.0, 32.0.0...

feature request

I wondered if there should be an `examples` directory that had some different example deployments. It might be "handy" for new implementations? For example. We had an "existing" rails application...

enhancement

### Terraform CLI and Terraform MongoDB Atlas Provider Version ```hcl # Terraform v1.1.5 (not relevant) ``` ### Terraform Configuration File ```hcl # N/A ``` ### Steps to Reproduce - Docs...

There are "smart" quotes in the README.md, which causes unnecessary confusion and delay... ``` “network-diagnostic-port”: ``` should be: ``` "network-diagnostic-port": 2000, ```

Even with the checkbox checked to "Skip SSL Certificate Validation" I get the following error: `Error: hostname in certificate didn't match: != ` I am using the "default" SSL capability...

It is not detecting the SSH port properly. It is trying to use port 22 instead of the one I have set in: ``` ## Global SSH Options set :ssh_options,...

On our GKE cluster, most of the interesting audit details are going to Stack Driver, which was recently renamed to Cloud Operations. It might be nice to have some sort...

It would be nice if we could (optionally) set a `&threadKey=.......`. Initially this should be `namespace/release_name`. This could get really fancy, where you have some sort of "templating language" to...

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 6.0.5 - Ruby:(embedded) 2.4.4p296 - Distribution: CentOS 7.6 - Module version: 6.7 (master branch too) ## How to reproduce (e.g...

It would be nice if there was a way to disable an existing module, like: `semodule -d openvpn` maybe something like: ``` selinux::module{'openvpn': ensure => 'disabled', } ```

enhancement