Puppet Class: cd_clamav::main::service
- Inherits:
- cd_clamav::params
- Defined in:
- manifests/main/service.pp
Summary
Class manages the service(s) for cd_clamav.Overview
cd_clamav::main::service.pp Module name: cd_clamav Author: Arne Teuke (arne_teuke@confdroid.com)
6 7 8 9 10 11 12 13 14 15 16 17 |
# File 'manifests/main/service.pp', line 6
class cd_clamav::main::service (
) inherits cd_clamav::params {
require cd_clamav::main::files
# service { $cv_service:
# ensure => running,
# hasstatus => true,
# hasrestart => true,
# enable => true,
# }
}
|