From e6213f55b9263a92e8241005315cd11b52e781cd Mon Sep 17 00:00:00 2001 From: SudoDevNull Date: Mon, 7 Aug 2023 16:05:48 -0400 Subject: [PATCH] Revert change as that did not fix validation failures... not sure what I am missing --- manifests/conf.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/conf.pp b/manifests/conf.pp index c231f23..029d3e3 100644 --- a/manifests/conf.pp +++ b/manifests/conf.pp @@ -141,7 +141,7 @@ } exec { "sudo-syntax-check for file ${cur_file}": - command => "visudo -c -f ${cur_file_real} || ${delete_cmd}", + command => "visudo -c || ${delete_cmd}", refreshonly => true, path => $sudo_syntax_path, }