chef-etcd icon indicating copy to clipboard operation
chef-etcd copied to clipboard

Chef resource/provider for manipulating etcd keys and Chef handlers for publishing chef run data to etcd.

Results 3 chef-etcd issues
Sort by recently updated
recently updated
newest added

- Pin etcd gem dependency - Update code to pass correct number of parameters to etcd.set

It'd be useful to make it a cookbook so it can be added to Berksfile & metadata.rb and used in recipes. There's already a good example https://github.com/sethvargo/chef-sugar when it's a...

We do not need attribute value for 'delete' resource. Once the key is deleted the corresponding value also get deleted. or warning message regarding attribute 'value' ignored.