doubletwist13

Results 4 issues of doubletwist13

The source tarball for v22.05.11 provided at [https://github.com/openpbs/openpbs/archive/v22.05.11.tar.gz](https://github.com/openpbs/openpbs/archive/v22.05.11.tar.gz) - the hash has changed since last week. ## Last Week Hash (sha384) `b1516586af058b3b52074fbc8e7849243ff983c58baff9a39e4d80d8e8c960e4c4cef1ae063b9729aea87fe5c52ca193` ## This Week Hash (sha384) `f2d638f3e4ead04c18e77e5a068d9245ee6abb2edd9b7e00c766b9d850ed0752ef72e1bbfff6165f82f3ff6df02080d1` I didn't...

## Your setup ### Formula commit hash / release tag apache-formula 1.2.2 ### Versions reports (master & minion) ```Salt Version: Salt: 3004 Dependency Versions: cffi: Not Installed cherrypy: unknown dateutil:...

bug

The `aviatrix_copilot_simple_deployment` docs reference outputs of `public_id` and `private_id`: https://github.com/AviatrixSystems/terraform-provider-aviatrix/blob/e49f3ec0b7176668a32e2e71b6fc67502a346c8c/docs/resources/aviatrix_copilot_simple_deployment.md?plain=1#L47-L48 but it seems it actually outputs as `public_ip` and `private_ip`: https://github.com/AviatrixSystems/terraform-provider-aviatrix/blob/e49f3ec0b7176668a32e2e71b6fc67502a346c8c/aviatrix/resource_aviatrix_copilot_simple_deployment.go#L164C1-L165C3 ` d.Set("private_ip", copilotAssociationStatus.IP)` ` d.Set("public_ip", copilotAssociationStatus.PublicIp)` which makes more...

### Summary When attempting to create a RabbitMQ type broker, no matter how `enable_audit_log` and `enable_general_log` are set (or even if not specified), it always fails with: `An error occurred...