2026-03-29 15:54:10 +02:00
|
|
|
## confdroid_automatic::main::dirs.pp
|
|
|
|
|
# Module name: confdroid_automatic
|
|
|
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
|
|
|
# @summary Class manages dirs for the confdroid_automatic module
|
2025-06-02 17:03:06 +02:00
|
|
|
##############################################################################
|
2026-03-29 15:54:10 +02:00
|
|
|
class confdroid_automatic::main::dirs (
|
2025-06-02 17:03:06 +02:00
|
|
|
|
2026-03-29 15:54:10 +02:00
|
|
|
) inherits confdroid_automatic::params {
|
|
|
|
|
require confdroid_automatic::main::install
|
2025-06-02 17:03:06 +02:00
|
|
|
}
|