Ben Roberts
Ben Roberts
Adds `bind::zone::manage_contents` parameter which defaults to true. When set to false, the content of the zone file is not managed by puppet. This allows the module to co-exist with external...
Right now, it doesn't seem possible to have one puppet site module configure a bind server, and have another site module drop in a `bind::zone` conditionally (in this case I'm...
As an operator When reviewing fact values across the entire estate I often want to visualise the range of values for a specific subset of nodes or values For example,...
While porting jobs from docker to podman, I'm running into an issue relating to health checks. Specifically that a container has some checks defined, which are failing (due to a...
https://github.com/hashicorp/nomad-driver-podman/blob/main/api/structs.go#L675 defines the soft and hard values for ulimits as `uint64` Podman allows a container to be launched with -1 as a valid ulimit value, which means to use the...
I'm just going through an exercise of upgrading an internal app with very old versions to slightly less old and ran into some breakage relating to #88 which I think...
Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...
ProxyModel.__getattr__ previously proxied all attribute lookups to the model class, but some third party libraries (e.g. DRF) will make calls which should be handled by the ProxyModel instance rather than...
I'm raising this as a sysadmin rather than a software developer using this library (and am not that familiar with either the library, or the problem space its used in)....
Nomad considers filesystem permissions for the allocs directory to be outside of it's own security model (https://developer.hashicorp.com/nomad/docs/concepts/security) > *Access (read or write) to the Nomad data directory* - Information about...