From 75674c092aec3b7212a457dd5e3fb67368c201d7 Mon Sep 17 00:00:00 2001 From: "nate st. germain" Date: Mon, 11 Feb 2019 15:47:03 -0500 Subject: [PATCH] don't set param twice --- manifests/params.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 8a8d11d4..09abd7d0 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -40,7 +40,6 @@ } /(CentOS|RedHat)/: { $repo_url = "https://pkg.threatstack.com/v2/EL/${::operatingsystemmajrelease}" - $disable_auditd = false } default: { fail("Module ${module_name} does not support ${::operatingsystem}") } }