Initial commit (class to create apache directory server)

This commit is contained in:
7u83 2020-07-23 16:56:51 +00:00
parent 8eb254b154
commit 9cf9d26507
1 changed files with 12 additions and 0 deletions

12
manifests/apacheds.pp Normal file
View File

@ -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",
}
}