I followed this document to install and configure Puppet 3.6.2 and Dashboard 1.2.23 on Red Hat Linux 6.5, both using Apache as web server. http://docs.puppetlabs.com/guides/install_puppet/pre_install.html http://docs.puppetlabs.com/guides/install_puppet/install_el.html http://docs.puppetlabs.com/guides/install_puppet/post_install.html http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html My puppet master and agent are working: master can push class to agent. Also I can access the dashboard console and can see my nodes are listed: http://localhost:3000 However those classes on my puppet master are not being parsed into the dashboard. There is no classed shown in dashboard, even I am sure I downloaded a few modules. Do I missing any configuration (module path, or other parameters) ? NOTE: 1. I have added the following to the masters puppet configuration file and the path is correct with the dashboard running on the master. node_terminus = exec external_nodes = /usr/bin/env PUPPET_DASHBOARD_URL=http://localhost:3000 /usr/share/puppet-dashboard/bin/external_node 2. I googled and someone mentioned that he changed the ruby path in the dashboard external node script to use the ruby that was installed (original /usr/bin/ruby doesn't work for ruby installs from source). I am using Ruby 1.8.7. How to find out where is the new ruby installed? I am stuck on this. Please help. Thanks. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/cbeb64fb-a9e4-4596-856c-799cabf6fa45%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.