From: Andreas Gerstenberg Date: Thu, 14 Apr 2016 13:43:14 +0000 (+0200) Subject: tomcat testing X-Git-Tag: v0.1.0~4977^2 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=5a606834f144c2da6812de9a2f31c0fad853bcb6;p=pixelpark%2Fhiera.git tomcat testing --- diff --git a/customer/pixeltest/test-puppet01.pixelpark.net.yaml b/customer/pixeltest/test-puppet01.pixelpark.net.yaml index 4c3c2b5e..9e821e28 100644 --- a/customer/pixeltest/test-puppet01.pixelpark.net.yaml +++ b/customer/pixeltest/test-puppet01.pixelpark.net.yaml @@ -1,2 +1,15 @@ --- site::role: base + +class { 'tomcat': + install_from_source => false, +} +class { 'epel': }-> +tomcat::instance{ 'default': + package_name => 'tomcat', +}-> +tomcat::service { 'default': + use_jsvc => false, + use_init => true, + service_name => 'tomcat', +} \ No newline at end of file