Files
confdroid_alloy/manifests/main/config.pp
2025-03-02 13:15:07 +01:00

11 lines
343 B
Puppet

#### cd_alloy::main::config.pp
# Module name: cd_alloy
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages module logic for the cd_alloy module
###############################################################################
class cd_alloy::main::config (
) inherits cd_alloy::params {
include cd_alloy::main::service
}