Paul Brunck
Paul Brunck
I cannot set the parameter manage_requirements => false when I expect the file to be cloned from git. The class looks for a file resource named requirements.txt and when it...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.5.8 - Module version: 8.4.1 ## How to reproduce (e.g Puppet code you use) ``` require apt # Rabbit MQ...
Somehow adding this gem to the puppetserver ruby and including this stanza in my hiera.yaml caused PuppetDB to stop storing reports without reporting any actual errors in the logs: ```...
For some reason an upcase function in an erb file causes a failure: ``` roles::zookeeper: failed errors: error during compilation: Evaluation Error: Error while evaluating a Function Call, Failed to...
## Affected Puppet, Ruby, OS and module versions/distributions - Puppet: 5.5.8 - Module version: 6.7.0 ## How to reproduce (e.g Puppet code you use) If you follow the explicit instructions...
If when installing AFT for the first time and you `terraform apply` with the configuration options: ``` ct_home_region = "us-east-1" tf_backend_secondary_region = "us-east-1" ``` the apply fails because the regions...
If I manually install python-pip and apt_boto_s3.deb version 1.3 on 14.04.5 LTS apt-get update will no longer function and throws the error: "Method s3 General failure: local variable 'bucket' referenced...
### Expected behavior To be able to enter strings containing digits in the setValues of a helm release ### Actual behavior Inescapable nuisance error: ``` Error: INSTALLATION FAILED: 1 error...
When installing this module indepently of a library Puppetfile, these are the versions that install: ``` /etc/puppetlabs/code/environments/production/modules ├── ajjahn-dns (v2.1.0) ├── puppetlabs-concat (v2.2.1) └── puppetlabs-stdlib (v4.24.0) ``` The current version...
I believe the readme for this module is missing a lot of information. When I create a class using stanzas from the readme, I install bind server, tsig keys are...