Files
confdroid_alloy/manifests/main/config.pp

11 lines
343 B
ObjectPascal
Raw Normal View History

2025-03-02 13:49:35 +01:00
#### alloy_cd::main::config.pp
# Module name: alloy_cd
2025-02-23 14:34:15 +01:00
# Author: Arne Teuke (arne_teuke@confdroid.com)
2025-03-02 13:49:35 +01:00
# @summary Class manages module logic for the alloy_cd module
2025-02-23 16:41:49 +01:00
###############################################################################
2025-03-02 13:49:35 +01:00
class alloy_cd::main::config (
2025-02-23 14:34:15 +01:00
2025-03-02 13:49:35 +01:00
) inherits alloy_cd::params {
include alloy_cd::main::service
2025-02-23 14:34:15 +01:00
}