From 5ce0e7208cbf43686ab33370cf3dc8916dec6158 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Sat, 27 Aug 2016 21:43:09 +0200 Subject: [PATCH] Fix path to update-ca-certificates for Debian Change-Id: I4529fcfede81c8103662c4de06dafcc3aa2ddf07 Signed-off-by: Fatih Degirmenci --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index c094a4e..b7defdc 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -3,7 +3,7 @@ class infracloud::params { case $::osfamily { 'Debian': { $cert_path = '/usr/local/share/ca-certificates' - $cert_command = '/usr/bin/update-ca-certificates' + $cert_command = '/usr/sbin/update-ca-certificates' } 'Redhat': { $cert_path = '/etc/pki/ca-trust/source/anchors'