public
Description: PuppetShow is a Ruby on Rails app that provides a read-only view of stored configuration information from Puppet
Homepage: http://reductivelabs.com/trac/puppetshow
Clone URL: git://github.com/shadoi/puppetshow.git
puppetshow / init.rb
100644 8 lines (6 sloc) 0.091 kb
1
2
3
4
5
6
7
8
at_exit do
  require "irb"
  require "drb/acl"
  require "mysql"
end
 
load "script/server"