summaryrefslogtreecommitdiff
path: root/system/vagrant/README
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <slackbuilds@jaxartes.net>2013-12-07 16:48:03 +0100
committerErik Hanson <erik@slackbuilds.org>2013-12-14 10:52:34 -0600
commit83fcce18d7394e7d47d8d4573113907f6b2a2cac (patch)
treef8773234b89dcdb2a338f9446616c1d482948dfe /system/vagrant/README
parent82fe820423cbb9974f356f0a6b22583543e0a803 (diff)
downloadslackbuilds-83fcce18d7394e7d47d8d4573113907f6b2a2cac.tar.gz
system/vagrant: Added (virtual development environments).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/vagrant/README')
-rw-r--r--system/vagrant/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/vagrant/README b/system/vagrant/README
new file mode 100644
index 0000000000..ef54445e52
--- /dev/null
+++ b/system/vagrant/README
@@ -0,0 +1,6 @@
+Vagrant is a tool for building complete virtualised development environments.
+
+Vagrant was originally written as a wrapper around VirtualBox, but it now
+supports plugins for Amazon EC2, VMware and other virtualisation software.
+Vagrant also integrates with provisioning software such as Chef, Puppet
+and Ansible.