Skip to content

Instantly share code, notes, and snippets.

@ody
Created June 23, 2011 18:36
Show Gist options
  • Save ody/1043221 to your computer and use it in GitHub Desktop.
Save ody/1043221 to your computer and use it in GitHub Desktop.
Stumped.
[root@puppetmaster01 ~]#
[root@puppetmaster01 ~]# /opt/puppet/bin/irb
irb(main):001:0> require 'puppet'
=> true
irb(main):002:0> Process::UID.change_privilege(102)
=> 102
irb(main):003:0> require 'puppet/network/server'
LoadError: no such file to load -- puppet/network/server
from /opt/puppet/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /opt/puppet/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from (irb):3
from :0
irb(main):004:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment