John Hogenmiller
John Hogenmiller
I have been looking as well. I think the most actively maintained fork is the one by [datadog](https://github.com/DataDog/git2consul). They actively maintain it for their own [environment](https://www.datadoghq.com/blog/engineering/consul-at-datadog/). That said, I have...
I too had to work out the `--line-buffered` option.
Introduced in #5176
@armab Yes. We just ran across this Friday. This line specifically: While [st2api config.py](https://github.com/StackStorm/st2/blob/master/st2api/st2api/config.py#L87) reads in api.max_page_size, this is not read in by the st2common or st2reactor. The [sensor_wrapper in...
Here are some examples. First off, Vagrantfile is a ruby construct and can do a lot of flexible things, such as looping over a list of vm. https://www.vagrantup.com/docs/vagrantfile/tips.html Saltstack uses...
Thank you for this. I spent yesterday struggling with this and your comment gave me what I needed to figure out how to connect collins to AD instead of LDAP...
I spoke too soon actually. It is letting me login, but does not in fact, seem to be getting any groups. I assumed it was because the error went away....
I've started on this path, going to put a few notes here. 1. setup.py needs a change to the **author** variable, as python3 won't be able to string format. Make...
PR generated. All minor changes. I added some future imports that weren't absolutely necessary, but will help us keep the code python3 compatible.