Skip to content

Commit

Permalink
Merge pull request #313 from gclough/fix_galaxy_centos_name
Browse files Browse the repository at this point in the history
Fixed CenOS/RedHat naming... should be EL
  • Loading branch information
UnderGreen authored Mar 23, 2018
2 parents 3861bc2 + eabd1a0 commit a1ab3cb
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ galaxy_info:
platforms:
- name: Debian
versions:
- all
- jessie
- stretch
- name: Ubuntu
versions:
- all
- name: CentOS
- xenial
- trusty
- name: EL
versions:
- all
- name: RedHat
versions:
- all
- 6
- 7
categories:
- database
- database:sql
Expand All @@ -28,5 +28,9 @@ galaxy_info:
- sql
- database
- postgis
- debian
- ubuntu
- centos
- redhat

dependencies: []

0 comments on commit a1ab3cb

Please sign in to comment.