chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Chef::Provider::Mount::Solaris#mounted?
Check for the device in mounttab. <device> on <mountpoint> type <fstype> <options> on <date> /dev/dsk/c1t0d0s0 on / type ufs read/write/setuid/devices/intr/largefiles/logging/xattr/onerror=panic/dev=700040 on Tue May 1 11:33:55 2012
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/provider/mount/solaris.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Chef--Provider--Mount--Solaris-mounted--for-pr
# Commit to gitgit add lib/chef/provider/mount/solaris.rbgit commit -m "better docs for Chef::Provider::Mount::Solaris#mounted?"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Chef--Provider--Mount--Solaris-mounted--for-pr
hub pull-request
# Celebrate!