vagrant centos8 and freebsd
This commit is contained in:
parent
ab73794292
commit
46738d4b37
4 changed files with 64 additions and 76 deletions
|
|
@ -53,8 +53,10 @@ VAGRANTS =
|
|||
|
||||
all: $(VAGRANTS)
|
||||
|
||||
# Local vagrant hosts
|
||||
# Local vagrant hosts eg generic/centos8. The vagrantdir is a subdirectory and logs will
|
||||
# appear eg as generic/centos8.log
|
||||
$(VAGRANTS):
|
||||
test -d $@ || mkdir -p $@
|
||||
./vagrant.sh $@ destroy 2>&1 | tee $@.log
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue