Brian Schonecker

Results 44 issues of Brian Schonecker

## Summary When the provider is MariaDB, the $includedir directory is not purged of extraneous files. ## Additional Context There is [special handling](https://github.com/puppetlabs/puppetlabs-mysql/blob/v14.0.0/manifests/server/config.pp#L74) for the MariaDB provider (for reasons unknown)....

community

## Describe the Bug The $includedir (/etc/my.cnf.d) is not purged when the provider is MariaDB because $includedir is undefined. ## Expected Behavior $includedir to be purged of extraneous files. ##...

community

## Describe the Bug Maridb fails to start because /var/log/mariadb directory doesn't exist. ## Expected Behavior A very basic Mariadb server installation should at least start. ## Steps to Reproduce...

bugfix
community

### Problem with this page [Jenkins Update Sites](https://updates.jenkins.io/) page ### Expected behavior https://updates.jenkins.io/doc/ https://updates.jenkins.io/security/ Have broken links. ### Actual behavior Clicking at the bottom in the Resources section, the above...

bug

#### Pull Request (PR) description The [extra_settings](https://github.com/voxpupuli/puppet-puppetboard/blob/master/REFERENCE.md#extra_settings) is somewhat cumbersome to use for GRAPH_FACTS in the settings.py file because it necessitates escaping the single quote character around the facts to...

The tnsnames.ora file doesn't identify itself as being managed by puppet. A header should be applied at the top of the file with something like: PUPPET MANAGED. DO NOT EDIT.

There are a few options I could use that would make this module much more useful: CONNECTION_TIMEOUT = TRANSPORT_CONNECT_TIMEOUT = RETRY_COUNT = These options appear directly after the DESCRIPTION =...

I need to manage a tnsnames.ora file that has ninety entries. I've been successful in creating a single entry but now that I want multiple entries in the same tnsnames.ora...

As shown below, the Docker container crashes immediately upon entry when running... ``` docker build -t . [email protected]:~/rpmbuild-action$ podman run --rm --name test_container -it a6542a708894 /node_modules/undici/lib/handler/RetryHandler.js:29 } = retryOptions ??...