Turbo Fredriksson

Results 10 issues of Turbo Fredriksson

I have the code: ``` # Unset all FSTAB_* variables unset $(env | grep ^FSTAB_ | sed 's,=.*,,') ``` Here, I _want_ word splitting, but shellcheck is complaining (giving me...

* Module version: 5.5.0 (the latest won't work with my older Puppet) * Puppet version: 3.8.5 * OS and version: Ubuntu 16.04LTS ## Bug description I can't seem to get...

With [part of] the manifest looking like this: ``` $adm_pw = hiera('jenkins_admin_user', undef) [...] user_hash => { 'admin' => { 'password' => "$adm_pw", 'email' => '[email protected]' } }, ``` I...

Avoids the following build problem: ``` CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are...

I need/want to "limit the blast radius" by having different encryption keys for different environments. ``` :eyaml: :datadir: /etc/puppet/hieradata :pkcs7_private_key: /etc/apache2/puppet/private_key-${::puppet_environment}-${::puppet_location}.pkcs7.pem :pkcs7_public_key: /etc/apache2/puppet/public_key${::puppet_environment}-${::puppet_location}.pkcs7.pem :extension: yaml ```

## Description: I've been trying to get Plex4Kodi to work on my RaspberryPI3 the whole day, but no matter what I do, I can't get it to play more than...

Apparently, if I understood the documentation for this module correctly, it is currently only possible to fetch secrets from the 'generic' backend. How much work would it be to implement...

When I created the job, I didn't set any context, so "it" created the default one. I then wanted to change that (because I was going to add more checks)...

Command: `redis-dump -h old -d 3 | tail -n1` Result: ``` [Turbo-Fredrikssons-MacBook-Pro]$ (echo "FLUSHDB"; redis-dump -h elasticache-new.pharmpress.net -d 3) | tail -n1 SET 'MY_KEY' 'BIG_DATA_BLOB[Turbo-Fredrikssons-MacBook-Pro]$ ``` Workaround: `(redis-dump -h old...

### Motivation and Context A previous commit (e865e7809e3c920d1d37e52978ea1175957cc4a0), the `local` keyword was removed because of bashism. Removing bashisms are correct, however this caused multiple functions using the same variable to...

Status: Code Review Needed