mirror of
https://github.com/krislamo/vagrant-easyredmine
synced 2024-11-09 22:40:36 +00:00
remove hard-coded installer_package_name
This commit is contained in:
parent
fce4402c4c
commit
02d4f6d44a
@ -5,8 +5,7 @@
|
|||||||
|
|
||||||
set timeout -1
|
set timeout -1
|
||||||
|
|
||||||
# spawn ~/bin/redmine install {{ remote_scratch_path }}/easyredmine_package_u2072_d201511101601.zip
|
spawn redmine install {{ remote_scratch_path }}/{{ installer_package_name }}
|
||||||
spawn redmine install {{ remote_scratch_path }}/easyredmine_package_u2072_d201511101601.zip
|
|
||||||
|
|
||||||
expect -re {[\r\n]+Path for redmine_root}
|
expect -re {[\r\n]+Path for redmine_root}
|
||||||
send "{{ redmine_root_dir }}\r"
|
send "{{ redmine_root_dir }}\r"
|
||||||
@ -70,7 +69,7 @@ expect {
|
|||||||
#
|
#
|
||||||
# expect -re {[\r\n]+User_name:}
|
# expect -re {[\r\n]+User_name:}
|
||||||
# send "{{ smtp_username }}\r"
|
# send "{{ smtp_username }}\r"
|
||||||
#
|
#
|
||||||
# expect -re {[\r\n]+Password:}
|
# expect -re {[\r\n]+Password:}
|
||||||
# send "{{ smtp_password }}\r"
|
# send "{{ smtp_password }}\r"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user