Revert "Update configuration for SSL ca-debian cert store"
authorPaul Wise <pabs@debian.org>
Sat, 25 Mar 2017 07:56:59 +0000 (15:56 +0800)
committerPaul Wise <pabs@debian.org>
Sat, 25 Mar 2017 07:57:48 +0000 (15:57 +0800)
This reverts commit f35f47969e10aeeaf6a48ad2a0f4dbde1f2f9de3.

modules/ssl/files/ca-certificates-debian-wheezy.conf [deleted file]
modules/ssl/files/ca-certificates-debian.conf
modules/ssl/manifests/init.pp

diff --git a/modules/ssl/files/ca-certificates-debian-wheezy.conf b/modules/ssl/files/ca-certificates-debian-wheezy.conf
deleted file mode 100644 (file)
index 870aac5..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# This file is under puppet control
-# Only the CAs for debian.org are trusted, see /etc/ssl/ca-debian/README
-
-# Let's Encrypt: used by almost all Debian machines
-# Use the DST root as the ISRG one is not in wheezy yet
-#mozilla/ISRG_Root_X1.crt
-mozilla/DST_Root_CA_X3.crt
-
-# Gandi: used by *.alioth.d.o only
-mozilla/UTN_USERFirst_Hardware_Root_CA.crt
index a02c012..0c23a14 100644 (file)
@@ -1,8 +1,5 @@
 # This file is under puppet control
 # Only the CAs for debian.org are trusted, see /etc/ssl/ca-debian/README
-
-# Let's Encrypt: used by almost all Debian machines
-mozilla/ISRG_Root_X1.crt
-
-# Gandi: used by *.alioth.d.o only
+mozilla/AddTrust_External_Root.crt
 mozilla/UTN_USERFirst_Hardware_Root_CA.crt
+mozilla/DST_Root_CA_X3.crt
index 85e7e35..9e900be 100644 (file)
@@ -19,14 +19,9 @@ class ssl {
                source => 'puppet:///modules/ssl/ca-certificates.conf',
                notify  => Exec['refresh_normal_hashes'],
        }
-       if (versioncmp($::lsbmajdistrelease, '8') >= 0) {
-               $ca_debian_conf_suffix = ''
-       } else {
-               $ca_debian_conf_suffix = '-wheezy'
-       }
        file { '/etc/ca-certificates-debian.conf':
                mode    => '0444',
-               source => "puppet:///modules/ssl/ca-certificates-debian${ca_debian_conf_suffix}.conf",
+               source => 'puppet:///modules/ssl/ca-certificates-debian.conf',
                notify  => Exec['refresh_ca_debian_hashes'],
        }
        file { '/etc/ca-certificates-global.conf':