2026-03-29 15:54:10 +02:00
|
|
|
## confdroid_automatic::main::config.pp
|
|
|
|
|
# Module name: confdroid_automatic
|
|
|
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
|
|
|
# @summary Class manages module logic for the confdroid_automatic module
|
2025-06-02 16:41:08 +02:00
|
|
|
##############################################################################
|
2026-03-29 15:54:10 +02:00
|
|
|
class confdroid_automatic::main::config (
|
2025-06-02 16:41:08 +02:00
|
|
|
|
2026-03-29 15:54:10 +02:00
|
|
|
) inherits confdroid_automatic::params {
|
|
|
|
|
include confdroid_automatic::main::service
|
2025-06-02 16:41:08 +02:00
|
|
|
}
|