OP#647 initial commit after fork

This commit is contained in:
2026-07-21 13:25:48 +02:00
parent fd638a276f
commit a1d70fb4ab
12 changed files with 128 additions and 87 deletions

View File

@@ -1,10 +1,10 @@
#### alloy_cd::main::config.pp
# Module name: alloy_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages module logic for the alloy_cd module
#### confdroid_alloy::main::config.pp
# Module name: confdroid_alloy
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class manages module logic for the confdroid_alloy module
###############################################################################
class alloy_cd::main::config (
class confdroid_alloy::main::config (
) inherits alloy_cd::params {
include alloy_cd::main::service
) inherits confdroid_alloy::params {
include confdroid_alloy::main::service
}