vagrant

https://github.com/mitchellh/vagrant

Ruby

Vagrant is a tool for building and distributing development environments.

VagrantPlugins::GuestFedora::Cap::NetworkScriptsDir.network_scripts_dir

The path to the directory with the network configuration scripts.
This is pulled out into its own directory since there are other
operating systems (SUSE) which behave similarly but with a different
path to the network scripts.

Source | Google | Stack overflow

Edit

git clone [email protected]:mitchellh/vagrant.git

cd vagrant

open plugins/guests/fedora/cap/network_scripts_dir.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-VagrantPlugins--GuestFedora--Cap--NetworkScriptsDir-network_scripts_dir-for-pr


# Commit to git

git add plugins/guests/fedora/cap/network_scripts_dir.rbgit commit -m "better docs for VagrantPlugins::GuestFedora::Cap::NetworkScriptsDir.network_scripts_dir"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-VagrantPlugins--GuestFedora--Cap--NetworkScriptsDir-network_scripts_dir-for-pr

hub pull-request


# Celebrate!