2026-07-21 13:25:48 +02:00
|
|
|
## confdroid_alloy::init.pp
|
|
|
|
|
# Module name: confdroid_alloy
|
|
|
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
|
|
|
# @summary Class initializes the confdroid_alloy module.
|
2025-02-23 14:34:15 +01:00
|
|
|
##############################################################################
|
2026-07-21 13:25:48 +02:00
|
|
|
class confdroid_alloy {
|
|
|
|
|
include confdroid_alloy::params
|
2025-02-23 14:34:15 +01:00
|
|
|
}
|