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,8 +1,8 @@
## alloy_cd::init.pp
# Module name: alloy_cd
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class initializes the alloy_cd module.
## confdroid_alloy::init.pp
# Module name: confdroid_alloy
# Author: 12ww1160 (12ww1160@confdroid.com)
# @summary Class initializes the confdroid_alloy module.
##############################################################################
class alloy_cd {
include alloy_cd::params
class confdroid_alloy {
include confdroid_alloy::params
}