Skip to content

Commit 5a0e2b1

Browse files
set grok version based on distro (#168)
1 parent 7533059 commit 5a0e2b1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

inventory/vagrant/group_vars/tomcat.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ fcrepo_version: "5.1.0"
5656
fcrepo_auth_header_name: "X-Islandora"
5757
fcrepo_syn_auth_header: "X-Islandora"
5858

59-
grok_version_tag: v3.1.0
60-
6159
cantaloupe_deploy_war: yes
6260
cantaloupe_deploy_war_path: "{{ tomcat8_home }}/webapps"
6361
cantaloupe_user: tomcat8

vars/Debian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22

3+
grok_version_tag: v3.1.0
4+
35
php_packages_extra:
46
- libapache2-mod-php7.2
57
- php7.2-mysql

vars/RedHat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22

3+
grok_version_tag: v2.3.0
4+
35
php_packages_extra:
46
- php-mysql
57
- php-pgsql

0 commit comments

Comments
 (0)