hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

Option to install extra packages. #205

Closed wizonesolutions closed 8 years ago

wizonesolutions commented 9 years ago

I'd like to be able to put in something like

extra_packages:
  - tmux

and get tmux installed.

philipnorton42 commented 9 years ago

Sounds like a good idea to me :+1:

dixhuit commented 9 years ago

Adding to 1.2 milestone in the interest of not derailing 1.1's release :)

philipnorton42 commented 8 years ago

Variable added. I called it vlad_extra_packages and it merges it's content with the default packages.

Usage:

vlad_extra_packages:
  - tmux

Just add this to your settings file :)