2025-03-02 13:49:35 +01:00
|
|
|
## alloy_cd::init.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 initializes the alloy_cd module.
|
2025-02-23 14:34:15 +01:00
|
|
|
##############################################################################
|
2025-03-02 13:49:35 +01:00
|
|
|
class alloy_cd {
|
|
|
|
|
include alloy_cd::params
|
2025-02-23 14:34:15 +01:00
|
|
|
}
|