From 079351cce23bd0e9b2adf50e901f50e8d771c69c Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Tue, 13 Feb 2018 22:37:55 +0100 Subject: [PATCH] Mock more certificates --- spec/octocatalog/init-system | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/spec/octocatalog/init-system b/spec/octocatalog/init-system index e3ad09d1a..aedf7e9d6 100755 --- a/spec/octocatalog/init-system +++ b/spec/octocatalog/init-system @@ -15,7 +15,9 @@ file /srv/puppet.debian.org/ca/RESULT/clientcerts/ca.{crl,crt} file /srv/puppet.debian.org/sync/data/dsa-nagios/generated/nrpe_dsa.cfg -file /srv/puppet.debian.org/from-letsencrypt/salsa.debian.org.{crt,crt-chain,crt-chained,key} +for i in salsa.debian.org signup.salsa.debian.org webhook.salsa.debian.org pages.debian.net; do + file /srv/puppet.debian.org/from-letsencrypt/$i.{crt,crt-chain,crt-chained,key} +done for fact in spec/octocatalog/facts/*; do hostname=$(basename $fact .json) -- 2.20.1