Trent Anderson
Trent Anderson
Hi, Doing a fresh install for testing on RHEL 8 and having trouble with the archive part in https://github.com/ULHPC/puppet-slurm/blob/v1.4.3/manifests/download.pp It downloads the file to /tmp and fails when trying to...
After upgrading puppetlabs mysql module to version 14.0.0 we get the following error. ``` Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error:...
I've updated to using influxdb v2 which I know works with version 1 queries but you have to set grafana to use flux or not for a data source. So...
## Describe the Bug After updating puppet from 8.4.0 to 8.5.0 I get Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: The key '["name"]'...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 8.6.0 - Ruby: - Distribution: - Module version: 10.0.0 ## How to reproduce (e.g Puppet code you use) Using this...
#### Pull Request (PR) description This PR enables 4 new server parameters for version >= 7 StartAgentPollers StartHTTPAgentPollers StartSNMPPollers MaxConcurrentChecksPerPoller
I see in slurmdbd.pp ``` # Job completion logging mechanism type if ($slurm::jobcomptype and $slurm::jobcomptype == 'mysql' and $slurm::jobcomploc and (!empty($slurm::jobcomploc))) { mysql::db { $slurm::jobcomploc : user => $storageuser, password...