OP#785 initial commit
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
## clamav_cd::main::service.pp
|
||||
# Module name: clamav_cd
|
||||
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||||
# @summary Class manages the service(s) for clamav_cd.
|
||||
## confdroid_clamav::main::service.pp
|
||||
# Module name: confdroid_clamav
|
||||
# Author: 12ww1160 (12ww1160@confdroid.com)
|
||||
# @summary Class manages the service(s) for confdroid_clamav.
|
||||
#############################################################################
|
||||
class clamav_cd::main::service (
|
||||
class confdroid_clamav::main::service (
|
||||
|
||||
) inherits clamav_cd::params {
|
||||
require clamav_cd::main::files
|
||||
) inherits confdroid_clamav::params {
|
||||
require confdroid_clamav::main::files
|
||||
|
||||
if $cv_enable_clamd == true {
|
||||
service { $cv_service:
|
||||
|
||||
Reference in New Issue
Block a user