Files
confdroid_ssh/manifests/init.pp
Arne Teuke f8f31dfc55 fix init
2025-04-24 20:12:59 +02:00

9 lines
257 B
Puppet

## ssh_cd::init.pp
# Module name: ssh_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class initializes the ssh_cd module
##############################################################################
class ssh_cd {
include ssh_cd::params
}