diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 13:02:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:14 -0400 |
commit | 98adf9837b1b02a34f2212260211eaffd2fdccef (patch) | |
tree | 31244dcc8a04c0779b12fd9cf3819338f9dda6e7 /system | |
parent | 2ba9334c37c4c6592e313d559371e6a8b3abcb78 (diff) |
system/vagrant: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/vagrant/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/system/vagrant/README b/system/vagrant/README index ef54445e526d..d9d6951f3afd 100644 --- a/system/vagrant/README +++ b/system/vagrant/README @@ -1,6 +1,7 @@ -Vagrant is a tool for building complete virtualised development environments. +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. +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. |