Puppet Class: clamav_cd::main::config

Inherits:
clamav_cd::params
Defined in:
manifests/main/config.pp

Summary

Class manages all aspects of configuring the module logic for clamav_cd.

Overview

clamav_cd::main::config.pp Module name: clamav_cd Author: Arne Teuke (arne_teuke@confdroid.com)



7
8
9
10
11
# File 'manifests/main/config.pp', line 7

class clamav_cd::main::config (

) inherits clamav_cd::params {
  include clamav_cd::main::service
}