vagrant
https://github.com/mitchellh/vagrant
Ruby
Vagrant is a tool for building and distributing development environments.
VagrantPlugins::HostALT::Cap::NFS.systemd?
This tests to see if systemd is used on the system. This is used in newer versions of ALT, and requires a change in behavior.
Edit
git clone [email protected]:mitchellh/vagrant.git
cd vagrant
open plugins/hosts/alt/cap/nfs.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-VagrantPlugins--HostALT--Cap--NFS-systemd--for-pr
# Commit to gitgit add plugins/hosts/alt/cap/nfs.rbgit commit -m "better docs for VagrantPlugins::HostALT::Cap::NFS.systemd?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-VagrantPlugins--HostALT--Cap--NFS-systemd--for-pr
hub pull-request
# Celebrate!