1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-11-09 22:40:36 +00:00

improve package download

This commit is contained in:
Mark Heiges 2015-11-11 23:28:12 -05:00
parent 468d1a0cae
commit 23cba5bf31
2 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
- bundler
- redmine-installer
- stat: path='{{ installer_package }}'
- stat: path='{{ installer_package_path }}'
register: has_installer_package
sudo: no

View File

@ -4,13 +4,13 @@ do_redmine_db_import: False
cache_dir: /vagrant/scratch
installer_package: '{{ cache_dir }}/easyredmine_package_u2072_d201511101601.zip'
installer_package_name: easyredmine_package_u2072_d201511101601.zip
installer_package_path: '{{ cache_dir }}/{{ installer_package_name }}'
installer_package_url: 'http://software.apidb.org/source/{{ installer_package }}'
installer_package_url: 'http://software.apidb.org/source/{{ installer_package_name }}'
redmine_db_dump_file: '{{ cache_dir }}/redmine_dump.sql.gz'
redmine_root_dir: /opt/easyredmine
redmine_db_service_provider: mariadb # or mysqld