Greg Clough

Results 99 comments of Greg Clough

Seems to be covered by #439, but this is probably a better solution. @jasonrogena , would you agree?

@mprenditore , thanks for the Pull Request. Could you squash your commits, which when pushed back should trigger the new CI pipeline to test it. I haven't reviewed the code...

@sebalix ... not a problem. I thought that merging in the master branch, and manually fixing any conflicts was the right thing to do. I'll have to do some more...

@sebalix ... it's _"rebased"_... but I'm guessing I've cocked that up entirely. :o( How can I get in touch?

I tried this: ``` git checkout add_missing_conf_parameters git rebase master git rebase --continue git status git add defaults/main.yml git rebase --continue git commit -a git push origin add_missing_conf_parameters ``` That...

Thanks @Thetortuga , but could you update the tests so that PostGIS is actually tested by Travis? https://github.com/ANXS/postgresql/blob/master/tests/docker/group_vars/postgresql.yml Thus far it's not something we've automatically tested, but we should. Without...

@Thetortuga , any update on getting an automatic test for this?

I tried using a non-standard directory on Debian 14.04 today, and it broke. :o( Once we get #288 merged, then we can add this to the Travis tests, and confirm...

@hakoerber, I've messed with the restart/reload mechanism in #294, but it's not been merged yet. Unfortunately the advice was to push all restart/reloads into handlers, which will only fire at...

Could you rebase this against master (with #447), as Fedora was killing the build