mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
variablize path to install package
This commit is contained in:
parent
366dcf17ef
commit
970c9aae47
@ -1,6 +0,0 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name {{ ansible_fqdn }};
|
||||
root {{ redmine_root_dir }}/public;
|
||||
passenger_enabled on;
|
||||
}
|
@ -5,8 +5,8 @@
|
||||
|
||||
set timeout -1
|
||||
|
||||
# spawn ~/bin/redmine install /vagrant/scratch/easyredmine_package_u2072_d201511101601.zip
|
||||
spawn /usr/local/bin/redmine install /vagrant/scratch/easyredmine_package_u2072_d201511101601.zip
|
||||
# spawn ~/bin/redmine install {{ cache_dir }}/easyredmine_package_u2072_d201511101601.zip
|
||||
spawn /usr/local/bin/redmine install {{ cache_dir }}/easyredmine_package_u2072_d201511101601.zip
|
||||
|
||||
expect -re {[\r\n]+Path for redmine_root}
|
||||
send "{{ redmine_root_dir }}\r"
|
||||
|
Loading…
Reference in New Issue
Block a user