From: Peter Palfrader Date: Thu, 31 Aug 2017 16:05:36 +0000 (+0000) Subject: Replace modules/exim/files/certs and modules/ssl/files/clientcerts with symlinks... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=de111aab71629ae8a4a4658366c777997639afbd;p=mirror%2Fdsa-puppet.git Replace modules/exim/files/certs and modules/ssl/files/clientcerts with symlinks to the auto-ca --- diff --git a/.gitignore b/.gitignore index 20ed47ac2..27186e1c4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ puppet.conf .config-version hiera.yaml modules/nagios/files/dsa-nagios -modules/exim/files/certs/ -modules/ssl/files/clientcerts modules/dacs/files/private modules/hiera-puppet modules/puppetmaster/manifests/db.pp diff --git a/modules/exim/files/certs b/modules/exim/files/certs new file mode 120000 index 000000000..226fb7e72 --- /dev/null +++ b/modules/exim/files/certs @@ -0,0 +1 @@ +/srv/puppet.debian.org/ca/RESULT/certs \ No newline at end of file diff --git a/modules/ssl/files/clientcerts b/modules/ssl/files/clientcerts new file mode 120000 index 000000000..bba61ca3c --- /dev/null +++ b/modules/ssl/files/clientcerts @@ -0,0 +1 @@ +/srv/puppet.debian.org/ca/RESULT/clientcerts \ No newline at end of file