Last active
December 27, 2015 02:49
-
-
Save binford2k/7254774 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# hackyfix ze puppets to run on mavericks | |
cd /usr/lib/ruby/site_ruby/2.0.0 | |
for i in "facter hiera hiera_puppet.rb puppet.rb puppetx.rb facter.rb hiera.rb puppet puppetx semver.rb" | |
do | |
sudo ln -s ../1.8/${i} ${i} | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment