tom-krieger / cis_security_hardening

Define a complete security baseline and monitor the baseline's rules. The definition of the baseline should be done in Hiera. The purpose of the module is to give the ability to setup a complete security baseline which not necessarily have to stick to industry security guides like the CIS benchmarks.
Apache License 2.0
15 stars 10 forks source link

authselect.pp: Unknown resource type: 'echo' #64

Closed warrenbel closed 11 months ago

warrenbel commented 11 months ago

I am running into an error:

Unknown resource type: 'echo' (file: modules/cis_security_hardening/manifests/rules/authselect.pp, line: 81, column: 9)

  } else {
    echo { "unavailable feature ${opt}":
      message  => "authselect: unavailable feature ${opt} with base profile ${base_profile}",
      loglevel => 'warning',
      withpath => false,
    }
warrenbel commented 11 months ago

my bad, i have not added the ipcrm-echo module. closing this.