edestecd / puppet-clamav

Puppet Module for managing ClamAV
GNU General Public License v3.0
6 stars 59 forks source link

Error during puppet run #29

Closed ascott97 closed 7 years ago

ascott97 commented 8 years ago

Hi,

I am recieving this error during puppet run:

Error: Could not unmask clamav: Error: /Stage[main]/Clamav::Clamd::Service/Service[clamav::clamd]/ensure: change from stopped to running failed: Could not unmask clamav:

I'm unsure whether this a bug or my configuration, any advice greatly appreciated.

edestecd commented 8 years ago

Can I get some details:

  1. What OS/Version are you using?
  2. A paste of your code / profile would also be helpful
ascott97 commented 8 years ago

OS: Centos 7.2-1511

Hiera:

role: 'roles::clamav_test'

clamav::manage_clamd: true clamav::manage_freshclam: true

clamav::freshclam_options: LogTime: yes LogFileMaxSize: '5' DatabaseMirror:

Profile: class profiles::clamav_test { include clamav }

edestecd commented 8 years ago

Can you try

clamav::manage_user: true

The only thing I can think of is that the user / group is missing.

edestecd commented 7 years ago

@ascott97 are you still having this issue?