aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/certmonger
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-08-22 21:06:14 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-08-22 21:07:38 +0300
commitab48d3a438845f1fe7a862cb1396963e7ca754e2 (patch)
tree45b173585c6e37e2b52adb498befcdeae6bdb80f /manifests/certmonger
parent92c04bbb77468214d2f1cba7c11f1de50fa6ad63 (diff)
Add -s (silent) to curl command for CRL refresh
Without it, it doesn't reload the services it should. Change-Id: I43e6188700deb585f905ca700e69b6875f0ded45 Closes-Bug: #1712404
Diffstat (limited to 'manifests/certmonger')
-rw-r--r--manifests/certmonger/ca/crl.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/certmonger/ca/crl.pp b/manifests/certmonger/ca/crl.pp
index 2454460..a69065d 100644
--- a/manifests/certmonger/ca/crl.pp
+++ b/manifests/certmonger/ca/crl.pp
@@ -129,7 +129,7 @@ class tripleo::certmonger::ca::crl (
if $ensure == 'present' {
# Fetch CRL in cron job and notify needed services
- $cmd_list = concat(["${sleep}curl -L -o ${fetched_crl} ${crl_source}"], $process_cmd, $reload_cmds)
+ $cmd_list = concat(["${sleep}curl -s -L -o ${fetched_crl} ${crl_source}"], $process_cmd, $reload_cmds)
$cron_cmd = join($cmd_list, ' && ')
} else {
$cron_cmd = absent