Andrea G

Results 42 issues of Andrea G

Going forward, this functionality been rolled into puppet 4. https://tickets.puppetlabs.com/browse/PUP-1388

In order to make this work with Puppet 4, you need to be sure your RUBYLIB contains the lib dir. A sample resource below would have been helpful. ``` file...

## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Portal ## Current behavior: Right now when creating a server for example, the values...

Traffic Portal v1
high impact
improvement
medium difficulty

## This Improvement request (usability, performance, tech debt, etc.) affects these Traffic Control components: - Traffic Portal ## Current behavior: We have the existing feature to obscure certain fields on...

Traffic Portal v1
low impact
improvement
low difficulty

Today I can specifically ensure my default field is in the 0 position, but if I'm working with a sorted list that's not great. I want to be able to...

### Summary While using the hpiLo_boot module, I was trying to force the system power off. I made the mistake of setting both the force argument and the state of...

feature
module
tests
integration
plugins
system
remote_management

As a user, I'd like to supply an array of CIDR notation subnets and be returned an array of CIDR notation subnets that represent the coalesced results of overlapping or...

```bash > sudo mtr -6 --json -c 10 --tcp --port 443 download.postgresql.org { "report": { "mtr": { "src": "redacted.host.invalid", "dst": "download.postgresql.org", "tos": "0x0", "psize": "64", "bitpattern": "0x00", "tests": "10" },...

If you use tags with the built-in plugin, those are presently dropped from the print output. I'd like to see the tags added to the top of the print output...

enhancement

There doesn't appear to be a `-I` argument to hostname on Arch. `ifconfig | sed -En 's/127.0.0.1//;s/.*inet (addr:)?(([0-9]*\.){3}[0-9]*).*/\2/p'` will do what you want though.