add installation and yumrepo
This commit is contained in:
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"fontconfig"
|
||||
]
|
||||
}
|
||||
@@ -2,12 +2,12 @@
|
||||
# Module name: jenkins_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class holds all parameters for the jenkins_cd module.
|
||||
# @param [string] reqpackages which packages to install
|
||||
# @param [array] reqpackages which packages to install
|
||||
# @param [string] pkg_ensure which packages to install
|
||||
##############################################################################
|
||||
class jenkins_cd::params (
|
||||
|
||||
String $reqpackages = 'java-21-openjdk.x86_64',
|
||||
Array $reqpackages = ['jenkins','fontconfig'],
|
||||
String $pkg_ensure = 'latest',
|
||||
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user