Reid Vandewiele
Reid Vandewiele
## Use Case Tasks exist as an alternative to scripts which provide the benefit of concrete, typed parameters for input, and optionally, structured output. All of this is in service...
## Use Case R10K's Puppetfile original module syntax is irregular. To support easier integration with external data sources, we [recently implemented](https://github.com/puppetlabs/r10k/blob/a70e3019e3bf17d432066e72fe8e3ee40745c881/doc/dynamic-environments/configuration.mkd#environment-modules) the following standard interface parameters for modules. ```yaml modules:...
If a redmine username contains an '@' symbol (e.g. email address as username) and "Display Login" is selected for a given protocol (or git specifically), that user will be unable...
When outputing a value the sysctl utility will print tabs for whitespace, rather than space characters. Users, however, will commonly use spaces rather than tabs when specifying their values. Prior...
## Use Case When LANG is set to an unsupported value, such as `C.utf8`, various parts of PEAdm will cryptically fail. ## Describe the Solution You Would Like The PEAdm...
## Describe the Bug Repositories for Puppet modules in the puppetlabs github organization are by convention given names of the form "puppetlabs-\". This module repo is https://github.com/puppetlabs/provision. This does not...