pupperware
pupperware copied to clipboard
Container fun time lives here.
## Describe the Change You Would Like Could the documentation please explain the advantage of building and installing a gem file that does nothing other than make it _more_ difficult...
## Use Case The number of connections to the postgres database has an impact on performance. For some sites, the defaults are too low, for others they waste resources. ##...
- Make a more structured helper that can vary this behavior and refactor callers
## Describe the Bug Perhaps I'm overlooking something here, but the ca data is stored outside of the `puppetserver-config` volume and is lost when stopping the stack. The ca is...
## Describe the Bug puppetserver creation fails on initial `docker-compose up` command with error: ``` puppet-puppet-1 | Execution error (IllegalArgumentException) at java.net.URI/toURL (URI.java:1088). puppet-puppet-1 | URI is not absolute ```...
## Use Case Our security team is uneasy that the docker containers used for pupperware hosted at https://hub.docker.com/u/puppet are not signed with a Docker Content Trust Key. Which makes verifying...
## Describe the Bug upon starting of the example compose file: ``` puppetdb_1 | Running /docker-entrypoint.d/00-analytics.sh puppetdb_1 | (/docker-entrypoint.d/00-analytics.sh) Sending metrics http://www.google-analytics.com/collect?v=1&t=event&tid=UA-132486246-1&an=puppetdb&av=6.9.1&cid=959c630d-4ab1-425b-a12b-8c39969b9b10&ec=production&ea=start&aip=1 puppetdb_1 | curl: (7) Failed to connect to...
## Describe the Bug Volume puppetdb-ssl is referenced in the documentation but not created when stack is started. ## Expected Behavior A volume should exist for the puppetdb-ssl for container...