Compare commits
1 Commits
34ca6d4389
...
7402f0a9c3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7402f0a9c3 |
@@ -227,18 +227,18 @@ class confdroid_clamav::main::files (
|
|||||||
}
|
}
|
||||||
|
|
||||||
# clamd service config file
|
# clamd service config file
|
||||||
# file { $cv_clamd_svc :
|
file { $cv_clamd_svc :
|
||||||
# ensure => file,
|
ensure => file,
|
||||||
# owner => 'root',
|
owner => 'root',
|
||||||
# group => 'root',
|
group => 'root',
|
||||||
# mode => '0600',
|
mode => '0600',
|
||||||
# selrange => s0,
|
selrange => s0,
|
||||||
# selrole => object_r,
|
selrole => object_r,
|
||||||
# seltype => etc_t,
|
seltype => etc_t,
|
||||||
# seluser => system_u,
|
seluser => system_u,
|
||||||
# content => template($cv_clamd_svc_erb),
|
content => template($cv_clamd_svc_erb),
|
||||||
# notify => Service[$cv_service],
|
notify => Service[$cv_service],
|
||||||
# }
|
}
|
||||||
|
|
||||||
# shell script for scanning and alerting
|
# shell script for scanning and alerting
|
||||||
file { $cv_shell_script :
|
file { $cv_shell_script :
|
||||||
|
|||||||
@@ -51,18 +51,18 @@ class confdroid_clamav::main::files (
|
|||||||
}
|
}
|
||||||
|
|
||||||
# clamd service config file
|
# clamd service config file
|
||||||
# file { $cv_clamd_svc :
|
file { $cv_clamd_svc :
|
||||||
# ensure => file,
|
ensure => file,
|
||||||
# owner => 'root',
|
owner => 'root',
|
||||||
# group => 'root',
|
group => 'root',
|
||||||
# mode => '0600',
|
mode => '0600',
|
||||||
# selrange => s0,
|
selrange => s0,
|
||||||
# selrole => object_r,
|
selrole => object_r,
|
||||||
# seltype => etc_t,
|
seltype => etc_t,
|
||||||
# seluser => system_u,
|
seluser => system_u,
|
||||||
# content => template($cv_clamd_svc_erb),
|
content => template($cv_clamd_svc_erb),
|
||||||
# notify => Service[$cv_service],
|
notify => Service[$cv_service],
|
||||||
# }
|
}
|
||||||
|
|
||||||
# shell script for scanning and alerting
|
# shell script for scanning and alerting
|
||||||
file { $cv_shell_script :
|
file { $cv_shell_script :
|
||||||
|
|||||||
Reference in New Issue
Block a user