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

10 lines
305 B
Puppet

## ssh_cd::main::config.pp
# Module name: ssh_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages module logic
##############################################################################
class ssh_cd::main::config (
) inherits ssh_cd::params {
include ssh_cd::main::service
}