Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
immerda
Puppet Modules
amavisd_new
Commits
aa37b0d5
Commit
aa37b0d5
authored
Aug 05, 2022
by
mh
Browse files
this is now part of the package
parent
65dc4b54
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/centos.pp
View file @
aa37b0d5
...
...
@@ -40,14 +40,6 @@ class amavisd_new::centos inherits amavisd_new::base {
File_line
[
'enable_freshclam'
]
->
Service
[
'clamd.amavisd'
]
{
name => 'clamd@amavisd',
}
file
{
'/etc/tmpfiles.d/clamd.amavisd.conf':
content => "d /var/run/clamd.amavisd 0755 amavis amavis -\n",
owner => root,
group => 0,
mode => '0644',
notify => Service['clamd.amavisd'];
}
systemd
::
dropin_file
{
default:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment