Re: [Puppet Users] how to force tomcat restart using puppet kick and service type ?

2014-11-05 Thread Felix Frank
Hi, good question. The module's documentation does not readily offer a way to cleanly restart a service. However, looking at the source, it quickly becomes clear that tomcat::service does in fact wrap a service resource.

[Puppet Users] how to force tomcat restart using puppet kick and service type ?

2014-10-15 Thread Richard
I'm using the puppetlab-tomcat module.when i want to start tomcat ,i will kick the agent to run this code. tomcat::service{'default': service_ensure = true, catalina_base ='/opt/apache-tomcat/tomcat', } if i want to stop,i will change the service_ensure to false.