15 lines
467 B
Puppet
15 lines
467 B
Puppet
#### confdroid_alloy::main::config.pp
|
|
# Module name: confdroid_alloy
|
|
# Author: 12ww1160 (12ww1160@confdroid.com)
|
|
# @summary Class manages module logic for the confdroid_alloy module
|
|
###############################################################################
|
|
class confdroid_alloy::main::config (
|
|
|
|
) inherits confdroid_alloy::params {
|
|
include confdroid_alloy::main::service
|
|
|
|
if $ay_manage_nagios == true {
|
|
include confdroid_alloy::monitoring::target
|
|
}
|
|
}
|