Alexander Fisher

Results 47 issues of Alexander Fisher

Hi Is there anyway to prevent the `DEFAULT_ENDPOINTS` being tried in addition to the endpoint set with the `SYMFONY_ENDPOINT` environment variable? This is causing issues as my environment is behind...

Probably on other OSes too, but... On EL7, the `log_group` parameter doesn't do anything useful. Instead, the nginx RPM installs a `/etc/logrotate.d/nginx` file and the user/group used in that dictates...

Hi! I'm just starting out with the tool and have been trying to use the `--from-puppetdb` option. (Should this option be documented [here](https://github.com/github/octocatalog-diff/blob/a171724a22ef6b3a75e41ebfc1429123574c17b1/doc/configuration-puppetdb.md)?) ``` octocatalog-diff -n node1.example.com \ --from-puppetdb \...

**Describe the bug** When using a forked pdk template, if I want to delete an arbitrary file, I should be able to via config_defaults.yml **To Reproduce** Add the following to...

bug

Hi I've not had much luck getting the native listener to be stable, so have been trying the managed listener instead. Unfortunately, this leaks sockets. After a while, I have...

Following PRs https://github.com/voxpupuli/puppet-mcollective/pull/346 https://github.com/voxpupuli/puppet-mcollective/pull/353 and https://github.com/voxpupuli/puppet-mcollective/pull/358 the `refresh-mcollective-metadata` cronjob *still* produces a file that mcollective is not able to correctly parse. Mcollective assumes all the facts will be top level...

bug

Not doing so causes parsers that follow the yaml 1.1 spec (crazy though it might be), to load certain unquoted mac addresses as integers. IMO https://github.com/ruby/psych/issues/265 wasn't actually a bug....

puppetlabs_spec_helper 2.16.0 just dropped this pin and pathspec 1.0.0 depends on ruby 2.6. Pinning pathspec here isn't ideal, but since bundler ignores the ruby version requirement set on a gem...

According to `--help` `-sv` should be the short form of `--strict_variables`. ``` onceover run spec -sv spec: unrecognised option -- v ```

I know Puppet 4 is EOL, but onceover is a great tool to help migrate to newer versions (and the gemspec says puppet 4 is still supported). I think something...