diff --git a/manifests/repo.pp b/manifests/repo.pp index 7cb747b..c305016 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -192,7 +192,7 @@ case $update { 'now': { - exec { "Synchronize repo ${name}": + exec { "Synchronize repo ${name}": # lint:ignore:exec_idempotency command => $repo_command, cwd => $src_root, path => ['/usr/bin', '/bin'],