Files
confdroid_ssh/manifests/main/install.pp
Arne Teuke 3a0fd39423 full commit
2025-04-22 15:58:46 +02:00

12 lines
332 B
Puppet

## 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,
}
}