OP#561 initial commit after fork

This commit is contained in:
2026-04-05 14:39:09 +02:00
parent efdc857056
commit 256cf6ad08
11 changed files with 83 additions and 58 deletions

View File

@@ -1,8 +1,8 @@
## ssh_cd::init.pp
# Module name: ssh_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class initializes the ssh_cd module
## confdroid_ssh::init.pp
# Module name: confdroid_ssh
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class initializes the confdroid_ssh module
##############################################################################
class ssh_cd {
include ssh_cd::params
class confdroid_ssh {
include confdroid_ssh::params
}