Puppet Class: alloy_cd::main::config
- Inherits:
- alloy_cd::params
- Defined in:
- manifests/main/config.pp
Summary
Class manages module logic for the alloy_cd moduleOverview
alloy_cd::main::config.pp Module name: alloy_cd Author: Arne Teuke (arne_teuke@confdroid.com)
6 7 8 9 10 |
# File 'manifests/main/config.pp', line 6
class alloy_cd::main::config (
) inherits alloy_cd::params {
include alloy_cd::main::service
}
|