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

11 lines
343 B
Puppet

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