Merge pull request 'Updated the CKAN google_analytics repo at https://code-repo.d4science.org/CKAN-Extensions/ckanext-googleanalytics_v2.0.7_GA4, see #25254' (!1) from mangiacrapa/ansible-role-ckan:master into master

Reviewed-on: ISTI-ansible-roles/ansible-role-ckan#1
This commit is contained in:
Andrea Dell'Amico 2023-06-26 14:26:31 +02:00
commit f3fd8f152c
1 changed files with 3 additions and 2 deletions

View File

@ -13,7 +13,7 @@ ckan_shell_user: ckan
ckan_logdir: /var/log/ckan
ckan_ckanext_harvester_url: 'git+https://github.com/ckan/ckanext-harvest.git#egg=ckanext-harvest'
ckan_ckanext_spatial_url: 'git+https://github.com/okfn/ckanext-spatial.git@{{ ckanext_spatial_version }}#egg=ckanext-spatial'
ckan_ckanext_spatial_url: 'git+https://github.com/okfn/ckanext-spatial.git@{{ ckanext_spatial_version }}#egg=ckanext-spatial'
ckan_geonetwork_harvester_url: 'https://github.com/geosolutions-it/ckanext-geonetwork.git'
ckan_geoview_url: ckanext-geoview
ckan_geoview_name: resource_proxy
@ -30,7 +30,8 @@ ckan_oai_pmh_kata_ini_options:
- { section: 'app:main', option: 'kata.ldap.enabled', value: 'false', state: '{{ ckan_oai_pmh_kata_ini_state }}' }
- { section: 'app:main', option: 'kata.disable_contact', value: 'true', state: '{{ ckan_oai_pmh_kata_ini_state }}' }
ckan_oai_pm_url: 'git+https://github.com/florenthemmi/ckanext-oaipmh#egg=ckanext-oaipm'
ckan_google_analytics_url: 'git+https://github.com/ckan/ckanext-googleanalytics.git@{{ ckan_google_analytics_version }}#egg=ckanext-googleanalytics'
#ckan_google_analytics_url: 'git+https://github.com/ckan/ckanext-googleanalytics.git@{{ ckan_google_analytics_version }}#egg=ckanext-googleanalytics'
ckan_google_analytics_url: 'git+https://code-repo.d4science.org/CKAN-Extensions/ckanext-googleanalytics_v2.0.7_GA4'
ckan_google_analytics_fixed_file: 'http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-catalogue/ckan-d4science-extension/{{ ckan_version }}/ckan-default/plugins/googleanalytics/plugin.py'
ckan_star_ratings_url: 'git+https://github.com/6aika/ckanext-rating.git#egg=ckanext-rating'