Drew Blessing

Results 39 comments of Drew Blessing

Yes, this is the behavior of etcd itself. All changes must go through the leader node. We have load balanced etcd and our check script only actibates the leader node...

For the error about `/etc/chef/client.pem` - `chef-zero` requires a client.pem, no matter its validity. Simply copy _some_ pem file to `/etc/chef/client.pem` on your workstation. Also, try upgrading to Chef 12.4.0...

@jkeiser ~~Is there anyway to change this behavior? I'd be willing to bet most users expect `add_machine_options` to override hash keys set in `with_machine_options`. In fact, that just bit us....

We don't want it unset. Rather set to another value. However that leads to the behavior you describe above. What do you mean by your last comment?

@jkeiser Please disregard my comments. My vision is apparently blurry - `bar != baz` :smirk:

What I've found so far: - Rundeck requires content-type 'application/x-www-form-urlencoded' for the body on the import endpoint. - HTTParty, therefore, encodes the data (but the + doesn't get encoded). -...

ERB::Util.url_encode fixes the issue. So...where to encode now. Looks like I might be able to pass something via HTTParty options for `query_param_normalizer` or I can just encode before sending the...

Yes, I don't use Rundeck anymore. If anyone is interested in taking maintainership, let me know. On Thu, Feb 9, 2017 at 5:49 AM Sven Nebel wrote: > This projects...

@rveznaver Can you please explain a little more what you mean here? The gem supports import and export of jobs via YAML or XML format. Most other endpoints in Rundeck...