Replace modules/exim/files/certs and modules/ssl/files/clientcerts with symlinks...
authorPeter Palfrader <peter@palfrader.org>
Thu, 31 Aug 2017 16:05:36 +0000 (16:05 +0000)
committerPeter Palfrader <peter@palfrader.org>
Thu, 31 Aug 2017 16:05:36 +0000 (16:05 +0000)
.gitignore
modules/exim/files/certs [new symlink]
modules/ssl/files/clientcerts [new symlink]

index 20ed47a..27186e1 100644 (file)
@@ -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 (symlink)
index 0000000..226fb7e
--- /dev/null
@@ -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 (symlink)
index 0000000..bba61ca
--- /dev/null
@@ -0,0 +1 @@
+/srv/puppet.debian.org/ca/RESULT/clientcerts
\ No newline at end of file