Jon Jaroker
Jon Jaroker
Documentation for installing and configuring drawio can be achieved through a declarative, configuration management tool such as Puppet. The Puppet code functions as the documentation. This is a simpler approach...
The [Proxy Set Header Array](https://github.com/voxpupuli/puppet-nginx/blob/da6b41c9029350bdbd31ffaef05bfaf880930d43/manifests/init.pp#L155C11-L155C11) in init.pp sets the following field in nginx config file ``` proxy_set_header Proxy ""; ``` What is the intent of setting this field in the...
The `store_git_keys_in_db` parameter appears to be inconsistent with gitlab version 14+ as described in the setup instructions here: https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.html If this parameter is set to `true`, a file is created...
## Describe the Bug It appears that the following classes act on the `server.xml` file before that file is actually copied to the instance's config directory from the home config...
## 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 ```...