add parameters and installation section

This commit is contained in:
Arne Teuke
2025-05-05 16:23:35 +02:00
parent ef86ff2d97
commit a6571f6fc9
3 changed files with 19 additions and 2 deletions

12
manifests/main/install.pp Normal file
View File

@@ -0,0 +1,12 @@
## java_cd::main::install.pp
# Module name: java_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages the logic for the java_cd module.
##############################################################################
class java_cd::main::install (
) inherits java_cd::params {
package { $reqpackages:
ensure => $pkg_ensure,
}
}