From 9cf9d2650746f2b84b3cace9f4f57798137f3fc3 Mon Sep 17 00:00:00 2001 From: 7u83 <7u83@mail.ru> Date: Thu, 23 Jul 2020 16:56:51 +0000 Subject: [PATCH] Initial commit (class to create apache directory server) --- manifests/apacheds.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 manifests/apacheds.pp diff --git a/manifests/apacheds.pp b/manifests/apacheds.pp new file mode 100644 index 0000000..45be6c2 --- /dev/null +++ b/manifests/apacheds.pp @@ -0,0 +1,12 @@ +# + +class plnxtools::apacheds +{ + class {"plnxtools": } + -> + plnxtools::install{"apacheds": + sourcedir => "https://downloads.apache.org/directory/apacheds/dist/2.0.0.AM26", + distfile => "apacheds-2.0.0.AM26.tar.gz", + dirname => "apacheds-2.0.0.AM26", + } +}