Make lists of params more readable and remove useless vagrant_local params

This commit is contained in:
Nikita Strelkov
2016-10-05 22:24:20 +05:00
parent 9a10aa5d62
commit fb1dd53e81

View File

@@ -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