Skip to content

Instantly share code, notes, and snippets.

@binford2k
Last active December 27, 2015 02:49
Show Gist options
  • Save binford2k/7254774 to your computer and use it in GitHub Desktop.
Save binford2k/7254774 to your computer and use it in GitHub Desktop.
#!/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