kemra102 / puppet-auditd

Manage the audit daemon and it's rules.
BSD 2-Clause "Simplified" License
14 stars 54 forks source link

Warning: Could not find resource 'Concat[audit-file]' in parameter 'before' #27

Open txsutton opened 7 years ago

txsutton commented 7 years ago

Getting the same issue as one of the previous chaps when I upgraded from v3 to v4.10.0:

Warning: Could not find resource 'Concat[audit-file]' in parameter 'before' (at /etc/puppetlabs/code/modules/auditd/manifests/init.pp:459)

I am running this on Red Hat Enterprise Linux Server release 7.3 (Maipo).

I have noticed that the stdlibs module from puppetlabs throws out a lot of warnings that can be suppressed by the environmental variable

export STDLIB_LOG_DEPRECATIONS=false

dekimsey commented 7 years ago

I encountered the exact same issue. I was able to resolve it by installing the required puppetlabs-concat dependency.

dekimsey commented 6 years ago

On Wed, Feb 21, 2018 at 8:52 AM Lars Bjerke notifications@github.com wrote:

Dependency: {"name":"puppetlabs-concat","version_requirement":">= 1.1.0"} I have Installed: "name": "puppetlabs-concat", "version": "4.1.1",

Do you recall what version of concat you were using @dekimsey https://github.com/dekimsey ?

I don't recall. I suspect I simply failed to install the required dependency (using Foreman here). I was just noting in the ticket the error was (in my case) due to a missing dependency in my available modules.

kemra102 commented 6 years ago

@txsutton - Is this still an issue? If not can you provide more detail such as your Puppet code etc?