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:
Jonas L 2022-09-15 14:41:16 +02:00 committed by GitHub
parent 990dabcdd3
commit 1114808391
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

6
Vagrantfile vendored
View File

@ -83,16 +83,14 @@ Vagrant.configure('2') do |config|
--in-place \
http://192.168.10.100:8080
installer/vagrant/post-install.sh
libretime-api migrate
systemctl restart libretime.target
SCRIPT
config.vm.provision 'install', type: 'shell', inline: $script
config.vm.provision 'post-install',
type: 'shell',
path: 'installer/vagrant/post-install.sh'
end
# Define all the OS boxes we support