Puppet Class: confdroid_clamav

Defined in:
manifests/init.pp

Summary

Class initializes the confdroid_clamav Module.

Overview

confdroid_clamav::init.pp Module name: confdroid_clamav Author: 12ww1160 (12ww1160@confdroid.com)



6
7
8
9
10
11
12
# File 'manifests/init.pp', line 6

class confdroid_clamav {
  include confdroid_clamav::params

  resources { 'firewall':
    purge => true,
  }
}