From 5a606834f144c2da6812de9a2f31c0fad853bcb6 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Thu, 14 Apr 2016 15:43:14 +0200 Subject: [PATCH] tomcat testing --- customer/pixeltest/test-puppet01.pixelpark.net.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 -- 2.39.5