David Lutterkort
David Lutterkort
To support use cases where it is necessary to find out what has changed since a given block, we should offer a `changed_since_block: $block` filter that only matches entities that...
I've seen a few users now who struggle with using the [raw augeas resource](https://groups.google.com/d/msg/puppet-users/M6Bgtoz45to/XaBbeVr4V6gJ) to set up a subtree idempotently (and that is a big head scratcher) I agree that...
- Default 'actions' metadata to '[get, set]' - Make sure missing actions get not called
This adds a new command line tool for running tests against a provider; tests are written in Ruby (mruby) and the command line tool serves as a driver that loads...
With quite a few providers, `get` can only retrieve resources if it is given additional parameters; e.g., `ssh_authorized_keys` needs a `user` or `target` parameter. Make it possible to mark some...
Simple still uses list/find/update which is confusing since everything else uses set/get. Rename list to get, and update to set, but keep the semantics of set working on only a...
`ralsh` gets fooled by the mistake of typing `ralsh group ensure=absent` and tries to find a group called `ensure=absent`. It should reject a name with an `=` in it, and...
When running `ralsh PROV NAME` there should be a way to get the output in a form that makes it easy to cut&paste it to another system to run `ralsh...
Provider metadata should have a field `noop_safe: true|false` which indicates whether the provider can work in noop mode. If `noop_safe` is `false`, the provider will only be invoked with `noop=false`,...