Results 27 issues of Rob Nelson

In [jenkins::plugin](https://github.com/voxpupuli/puppet-jenkins/blob/master/manifests/plugin.pp#L119), `grep` is used to see if a module name exists,. For instance, an installation that already has `blueocean-jira` reports something like this: `Debug: Facter: fact "jenkins_plugins" has resolved...

**Describe the bug** Syntax errors detected by PDK, that result in an error code that CI systems detect as a failure, sometimes do not include the word `error` in the...

bug
needs-triage
pdk-test
no-issue-activity

We should discuss what versions of Ruby and Puppet hiera-eyaml should support, then look at what versions it supports now and how we get from A to B. My thoughts:...

The CI tests for Ruby 1.8.7 are failing. Generally speaking, VoxPupuli does not support Ruby 1.8.7 anymore. Is there a vital need for this gem to continue supporting it, and...

When running `generate_fixtures` rake task, the .fixtures.yml for modules in the repo is incorrect. Output: ``` fixtures: symlinks: profiles: site-modules/profiles ``` This resulted in a symlink that pointed to itself...

I'm new to using onceover but familiar with using the PDK, where the combination of metadata.json and rspec-puppet-facts lets me loop through all supported OSes: ``` describe 'profiles::base' do on_supported_os.each...

### Code of Conduct This project has a Code of Conduct that all participants are expected to understand and follow: * [X] I have read and agree to the project's...

bug
needs-triage

### vRA Version vRA 8.4.2 on-prem ### Terraform Version 1.0.5 ### vRA Terraform Provider Version 0.4.0 - the problem exists 0.3.11 - the problem does not exist, but the changes...

bug
needs-triage

Logging currently tells us the branch name that is involved in the webhook invocation, and shows the r10k output, but does not tell us which specific event the log entry...

It has been pointed out that tests on collectd take a long time to run, approx 15+ minutes on Travis CI and possibly longer. This makes adjusting a PR a...