2025-02-24 12:08:01 +01:00
|
|
|
# Module name: cd_alloy
|
2025-02-24 12:02:24 +01:00
|
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
|
|
|
|
# @summary Class manages required config files for the cd_alloy module
|
|
|
|
|
###############################################################################
|
|
|
|
|
class cd_alloy::main::files (
|
|
|
|
|
|
|
|
|
|
) inherits cd_alloy::params {
|
|
|
|
|
|
|
|
|
|
require cd_alloy::main::dirs
|
|
|
|
|
|
|
|
|
|
}
|