mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 05:27:29 +02:00
Make lists of params more readable and remove useless vagrant_local params
This commit is contained in:
@@ -1,12 +1,20 @@
|
|||||||
---
|
---
|
||||||
server:
|
server:
|
||||||
install: '1'
|
install: '1'
|
||||||
packages: [vim, htop, iotop, bwm-ng, git]
|
packages:
|
||||||
|
- vim
|
||||||
|
- htop
|
||||||
|
- iotop
|
||||||
|
- bwm-ng
|
||||||
|
- git
|
||||||
timezone: UTC
|
timezone: UTC
|
||||||
locale: en_US.UTF-8
|
locale: en_US.UTF-8
|
||||||
|
|
||||||
vagrant_local:
|
vagrant_local:
|
||||||
install: '1'
|
install: '1'
|
||||||
vm: { base_box: trusty64, hostname: design-patterns, ip: 192.168.11.2, sharedfolder: ./, enableWindows: '1', useVagrantCloud: '1', syncType: nfs }
|
vm:
|
||||||
|
hostname: design-patterns
|
||||||
|
|
||||||
php:
|
php:
|
||||||
install: '1'
|
install: '1'
|
||||||
ppa: php
|
ppa: php
|
||||||
|
Reference in New Issue
Block a user