Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added meta data for CentOS and RedHat, plus added tags #312

Merged
merged 1 commit into from
Mar 23, 2018

Conversation

gclough
Copy link
Collaborator

@gclough gclough commented Mar 23, 2018

Fixes #141

This should update the Galaxy metadata to show that this role supports:

Ubuntu
Debian
CentOS
RedHat

... I've also added some extra tags at the bottom, to help people searching for it

@UnderGreen
Copy link
Contributor

Thanks so much again for all you PRs, @gclough!
I will wait until CI passes and going to merge.

@gclough
Copy link
Collaborator Author

gclough commented Mar 23, 2018

You're welcome @UnderGreen . You guys have done some great work here, and if I can help improve it, then all the better.

I've been working down the list of things I need, plus issues that have been raised on GitHub. If there's something specific you think I should work on, then please bring it to my attention.

@UnderGreen UnderGreen merged commit 3861bc2 into ANXS:master Mar 23, 2018
@UnderGreen
Copy link
Contributor

Ooops :)
CentOS and RedHat aren't working. Should be one EL distribution.

@gclough
Copy link
Collaborator Author

gclough commented Mar 23, 2018

I've made #313 to fix that @UnderGreen. Not sure why they don't have specific tags for RedHat and CentOS... Meh.

I also added in the specific versions that you're testing in Travis, so hopefully that's sensible.

@gclough gclough deleted the update_meta_for_centos_redhat branch March 23, 2018 17:19
gclough pushed a commit to gclough/postgresql that referenced this pull request Mar 27, 2018
commit 971fc3c
Author: Greg Clough <[email protected]>
Date:   Tue Mar 27 12:01:10 2018 +0100

    Rebased from master

commit 5c6a5f0
Merge: 871edb6 c657d9d
Author: Greg Clough <[email protected]>
Date:   Tue Mar 27 12:00:08 2018 +0100

    Merge branch 'add_missing_conf_parameters' of https://github.com/gclough/postgresql into add_missing_conf_parameters

commit 871edb6
Author: Greg Clough <[email protected]>
Date:   Tue Mar 27 10:18:54 2018 +0100

    Changed variables to match the "double-quoted" string standard, as introduced in \ANXS#319

commit 2468343
Author: Greg Clough <[email protected]>
Date:   Mon Mar 26 16:53:31 2018 +0100

    Updated to use the standard "{{ var }}" format for new variables, rather than "{{var}}"

commit 68359af
Author: Greg Clough <[email protected]>
Date:   Sat Mar 24 15:30:30 2018 +0000

    Crosscheck, and fix all missing parameters, defaults, etc.

commit c657d9d
Author: Greg Clough <[email protected]>
Date:   Tue Mar 27 10:18:54 2018 +0100

    Changed variables to match the "double-quoted" string standard, as introduced in \ANXS#319

commit d009b72
Merge: 28b0e3a 28a6e9c
Author: Greg Clough <[email protected]>
Date:   Tue Mar 27 10:13:16 2018 +0100

    Merge branch 'master' of https://github.com/ANXS/postgresql into add_missing_conf_parameters

    Conflicts:
    	defaults/main.yml

commit 28b0e3a
Author: Greg Clough <[email protected]>
Date:   Mon Mar 26 16:53:31 2018 +0100

    Updated to use the standard "{{ var }}" format for new variables, rather than "{{var}}"

commit 28a6e9c
Merge: a1ab3cb 67e0fae
Author: Sergei Antipov <[email protected]>
Date:   Mon Mar 26 11:52:03 2018 -0400

    Merge pull request ANXS#319 from gclough/quote_all_enum_parameters

    Quote all string variables, and add spaces around variables "{{ var }}"

commit 67e0fae
Author: Greg Clough <[email protected]>
Date:   Mon Mar 26 12:23:19 2018 +0100

    Octal numbers need to be quoted, otherwise they get converted to Decimal

commit 42074a9
Author: Greg Clough <[email protected]>
Date:   Mon Mar 26 12:20:25 2018 +0100

    Crosschecked, and found some that I missed.

commit cb43081
Author: Greg Clough <[email protected]>
Date:   Mon Mar 26 11:48:01 2018 +0100

    Quote all string variables, and add spaces around variables "{{ var }}" instead of "{{var}""

commit b4f67e3
Author: Greg Clough <[email protected]>
Date:   Sat Mar 24 15:30:30 2018 +0000

    Crosscheck, and fix all missing parameters, defaults, etc.

commit a1ab3cb
Merge: 3861bc2 eabd1a0
Author: Sergei Antipov <[email protected]>
Date:   Fri Mar 23 12:46:42 2018 -0400

    Merge pull request ANXS#313 from gclough/fix_galaxy_centos_name

    Fixed CenOS/RedHat naming... should be EL

commit eabd1a0
Author: Greg Clough <[email protected]>
Date:   Fri Mar 23 15:27:39 2018 +0000

    Fixed CenOS/RedHat naming... should be EL.  Also added tags to help people find it on Galaxy

commit 3861bc2
Merge: 73c77b4 f584dbb
Author: Sergei Antipov <[email protected]>
Date:   Fri Mar 23 11:14:24 2018 -0400

    Merge pull request ANXS#312 from gclough/update_meta_for_centos_redhat

    Added meta data for CentOS and RedHat, plus added tags

commit f584dbb
Author: Greg Clough <[email protected]>
Date:   Fri Mar 23 14:35:52 2018 +0000

    Added meta data for CentOS and RedHat, plus added tags to help with searches

commit 73c77b4
Merge: 7346fdb a3f45f9
Author: Sergei Antipov <[email protected]>
Date:   Mon Mar 19 19:23:31 2018 -0400

    Merge pull request ANXS#307 from sebalix/use_postgresql_ext_for_extensions

    Use postgresql ext for extensions

commit a3f45f9
Author: Greg Clough <[email protected]>
Date:   Thu Mar 15 18:04:13 2018 +0000

    Added extra tests for travis to create extensions in "foobar" database

commit e918dbe
Author: Greg Clough <[email protected]>
Date:   Sat Mar 10 11:19:04 2018 +0000

    Convert from using "psql" to using the Ansible module "postgresql_ext", which I suspect
    is a more reliable method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants