temporary fix for sso_rp/ca.crl.erb using the now-removed roles[sso] hostlist
authorPeter Palfrader <peter@palfrader.org>
Sun, 15 Sep 2019 16:55:52 +0000 (18:55 +0200)
committerPeter Palfrader <peter@palfrader.org>
Sun, 15 Sep 2019 16:55:52 +0000 (18:55 +0200)
modules/roles/TODO
modules/roles/templates/sso_rp/ca.crl.erb

index 88627d8..c4b59df 100644 (file)
@@ -1,3 +1,4 @@
 - the two bugs web hosts handle /srv/bugs.debian.org/cache/libravatar
   differently.  Figure out which is best and move the definition to bugs_web.
-
+- modules/roles/templates/sso_rp/ca.crl.erb hardcodes the sso master name.
+  Probably want to store/collect the CRL?
index b246c78..a10d51e 100644 (file)
@@ -12,7 +12,7 @@ end
 crl = []
 
 roles = scope.lookupvar('deprecated::roles')
-roles['sso'].each do |node|
+['diabelli.debian.org'].each do |node|
   c = getcrl(node)
   next if c.nil?
   crl << c