Hi Guys,
I sync a few puppet modules from the forge using r10k without any issues. However, recently I tested with 2 postfix modules and now everytime I try to sync one locally it fails with the following error and never shows that module local in my modules dir:
--
INFO -> Deploying Puppetfile content /etc/puppet/environments/development/modules/postfix
ERROR -> SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
--
I am running r10 using "/etc/puppetlabs/r10k/script/deploy_code.sh development". The following is what I have in my Puppetfile
# grep -i postfix Puppetfile
# mod 'mjhas-postfix','1.0.0'
mod 'Aethylred-postfix', '0.2.3'
Thanks.