Merge "Auditd: Replace hiera by lookup"

This commit is contained in:
Zuul 2022-06-09 23:26:04 +00:00 committed by Gerrit Code Review
commit a31642dcb2
1 changed files with 2 additions and 2 deletions

View File

@ -19,10 +19,10 @@
# === Parameters
#
# [*step*]
# Defaults to hiera('step')
# Defaults to lookup('step')
#
class tripleo::profile::base::auditd (
$step = Integer(hiera('step')),
$step = Integer(lookup('step')),
) {
if $step >= 4 {
include auditd