Raphaël Pinson

Results 33 issues of Raphaël Pinson

- feat: add json output for clustermesh status - feat: add json output for status - feat: downcase json export fields for status - feat: downcase json export fields for...

needs-rebase

## Proposal / RFE It would be useful if the output of the status commands could be easily parsed. For example, I'm using `cilium clustermesh status` to check if clusters...

kind/feature

## Bug report When passing a extra config map values to the command line, if these values can be interpreted as boolean, the `cilium-cli` will output a `helm template` command...

kind/bug

Gopass supports subvalues when the path is followed by a space, for example: ``` gopass /path/to/value subkey ``` When the value stored at `/path/to/value` is a YAML document, this will...

kind/enhancement
component/summon
contributor
has-idea

https://github.com/voxpupuli/puppet-mcollective/blob/master/manifests/server/config/connector/activemq.pp#L11 declares resources with integers as titles, which is not allowed in Puppet 6 & 7.

bug

## What is happening When using `eyaml recrypt` on GPG encrypted content, eyaml tries to change the encryption method to PKCS7 by default. ## What is expected `eyaml recrypt` should...

bug

``` ⨯ release failed after 16.37s error=failed to build for freebsd_arm_6: # github.com/gopasspw/gopass/pkg/clipboard ../../../../pkg/mod/github.com/gopasspw/[email protected]/pkg/clipboard/clipboard_others.go:27:6: undefined: killPrecedessors ```

bug

One of the main uses of Augeas in Puppet is to edit XML nodes. The typical use identifies a node and sets its text and/or attributes, so I'd suggest an...

enhancement

Using [rspec-puppet-augeas](https://github.com/domcleal/rspec-puppet-augeas) is the first step towards splitting this project. This step should allow us to get rid of specific rspec extensions in the project, so that any module using...

enhancement

Rewrite `positionable` as a type property like `ensure`. It will then reside in `lib/puppet/property/position.rb. The`:parent` attribute can be called to make use of the new lib.

enhancement