full commit

This commit is contained in:
Arne Teuke
2025-04-22 15:58:46 +02:00
parent 35a641a70b
commit 3a0fd39423
12 changed files with 601 additions and 76 deletions

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

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