Joshua Hoblitt

Results 59 issues of Joshua Hoblitt

https://api.ssllabs.com/api/v2/ seems to be dead and has been replaced by https://api.ssllabs.com/api/v3/ . See https://github.com/ssllabs/ssllabs-scan/blob/master/ssllabs-api-docs-v3.md `check-ssl-qualys.rb --api-url https://api.ssllabs.com/api/v3/ ` is working for me, so I suspect that updating the api url...

The `kubernetes_deployment` resource is fairly painful to use without https://github.com/terraform-providers/terraform-provider-kubernetes/issues/210, and requires running tf multiple times for a deployment to converge. The fix is part of the upstream `1.4.0` release....

### Terraform Version ``` $ terraform version Terraform v0.11.11 ``` ### Affected Resource(s) Please list the resources as a list, for example: - `kubernetes_role` - `kubernetes_role_binding` - `kubernetes_cluster_role_binding` - `kubernetes_service_account`...

Is there any objection to renaming `.gemfile` to play nicely with bundler?

On redhat/el7 there a numerous parameters associated with configuring wifi. E.g.: ``` ESSID=foo MODE=Managed KEY_MGMT=WPA-PSK SECURITYMODE=open MAC_ADDRESS_RANDOMIZATION=default TYPE=Wireless IEEE_8021X_EAP_METHODS=PEAP IEEE_8021X_IDENTITY=bob IEEE_8021X_INNER_AUTH_METHODS=MSCHAPV2 ``` There is also a per interface `/etc/sysconfig/network-scripts/keys-` file...

**Is this a bug report or feature request?** * Feature Request **What should the feature do:** Detect hung ganesha server instances **What is use case behind this feature:** In my...

```sh $ bundle list metadata-json-lint /home/jhoblitt/github/puppet-jenkins/.bundle/ruby/2.2.0/gems/metadata-json-lint-1.0.0 $ bundle exec metadata-json-lint --fail-on-warnings Warning: Dependency camptocamp/systemd has an open ended dependency version requirement >= 0.3.0 $ echo $? 0 ```

## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: AIO 6 & 7 - Distribution: Almalinux 9 - Module version: 4.2.0 ## How to reproduce (e.g Puppet code you...

bug