chore: run vagrant post-install before libretime start (#2149)
- We restart services such as postgresql and it generates confusing logs.
This commit is contained in:
parent
990dabcdd3
commit
1114808391
|
@ -83,16 +83,14 @@ Vagrant.configure('2') do |config|
|
||||||
--in-place \
|
--in-place \
|
||||||
http://192.168.10.100:8080
|
http://192.168.10.100:8080
|
||||||
|
|
||||||
|
installer/vagrant/post-install.sh
|
||||||
|
|
||||||
libretime-api migrate
|
libretime-api migrate
|
||||||
|
|
||||||
systemctl restart libretime.target
|
systemctl restart libretime.target
|
||||||
SCRIPT
|
SCRIPT
|
||||||
|
|
||||||
config.vm.provision 'install', type: 'shell', inline: $script
|
config.vm.provision 'install', type: 'shell', inline: $script
|
||||||
|
|
||||||
config.vm.provision 'post-install',
|
|
||||||
type: 'shell',
|
|
||||||
path: 'installer/vagrant/post-install.sh'
|
|
||||||
end
|
end
|
||||||
|
|
||||||
# Define all the OS boxes we support
|
# Define all the OS boxes we support
|
||||||
|
|
Loading…
Reference in New Issue