Joshua Hoblitt

Results 59 issues of Joshua Hoblitt

```bash [jhoblitt@pillan06 rasdaemon]$ sudo ras-mc-ctl --layout +-----------------------------------------------------------------------------------------------+ | mc0 | | csrow0 | csrow1 | csrow2 | csrow3 | csrow4 | csrow5 | csrow6 | csrow7 | ----------+-----------------------------------------------------------------------------------------------+ channel7: |...

Building the rpm from `c225517` on centos 7 results in the logs being spammed with `ug! no event found for type 843`. The `ug!` message is repeated 16468 times in...

I would like to flake8 a script that has no file extension. I've tried setting various ini values such as `flake8-extensions = *` without success. Perhaps this could be supported...

This module should `fail` on any platform for which support is not expressed in `metadata.json.`

enhancement

To cover the `puppetserver` specific problem reported in #385.

enhancement

- whitespace - consistently qualify all namespaces - look into using various linter plugins: https://puppet.community/plugins/#puppet-lint

enhancement

``` jenkins_exec{ 'job-dsl security': script => @(END) import jenkins.model.* def j = Jenkins.getInstance() def jobDsl = j.getDescriptor("javaposse.jobdsl.plugin.GlobalJobDslSecurityConfiguration") jobDsl.setUseScriptSecurity(false) END } ```

tests-fail

The current logic for extracting `jenkins-cli.jar` from `jenkins.war` is not triggered when the core is updated.

bug

A few of the `.pp` files have APL2 copyright boilerplate in them, which seems unnecessary since the entire module is under APL2. ``` manifests/credentials.pp 1:# Copyright 2014 RetailMeNot, Inc. manifests/security.pp...