Skip to content

Instantly share code, notes, and snippets.

@rija
Created February 12, 2012 22:20
Show Gist options
  • Save rija/1811148 to your computer and use it in GitHub Desktop.
Save rija/1811148 to your computer and use it in GitHub Desktop.
Problem loading Puppet libraries on Mac OS X
got these errors on Mac OS X Lion and Puppet 2.7.10:
/usr/bin/puppet:3:in `require': no such file to load -- puppet/util/command_line (LoadError)
from /usr/bin/puppet:3
/usr/sbin/puppetd:3:in `require': no such file to load -- puppet/application/agent (LoadError)
from /usr/sbin/puppetd:3
The problem was related to the presence of rvm.
I did 'rvm use system' and problem disappeared
@mkalita
Copy link

mkalita commented Sep 24, 2013

thanks, the same story, a few versions later

$ puppet --version
3.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment