Is there any way to dump out everything that’s be ...
# puppet
p
Is there any way to dump out everything that’s be compiled in the catalog ? I’m wanting to setup a require dependency on this resource
Copy code
tomcat::instance { $tconfig['instance']:
      catalina_home  => $tconfig['catalina_base'],
      manage_service => false,
    }
but I’m unsure how to reference it