I've tested this in stg and it seemed to work fine there except it
wasn't able to redirect properly (since production didn't have it
setup). 

I think this is now the change needed to enable in production: 

kevin
--
diff --git a/manifests/services/proxy.pp b/manifests/services/proxy.pp
index d9a7b6a..009fa3f 100644
--- a/manifests/services/proxy.pp
+++ b/manifests/services/proxy.pp
@@ -348,7 +348,6 @@ class proxy {
         sSLCertificateChainFile => 
"wildcard.fedoraproject.org.intermediate.cert",
     }
 
-    if $environment == "staging" {
     httpd::website { "ask.fedoraproject.org":
         ips            => $wildcard_fpo_ips,
         server_aliases => [ "ask.stg.fedoraproject.org" ],
@@ -357,13 +356,6 @@ class proxy {
         cert_name      => "wildcard.fedoraproject.org",
         sSLCertificateChainFile => 
"wildcard.fedoraproject.org.intermediate.cert",
     }
-    } else {
-    httpd::website { "ask.fedoraproject.org":
-        ips            => $wildcard_fpo_ips,
-        server_aliases => [ "ask.stg.fedoraproject.org" ],
-        ssl            => false,
-    }
-    }
 
     httpd::website { "darkserver.fedoraproject.org":
         ips            => $wildcard_fpo_ips,

Attachment: signature.asc
Description: PGP signature

_______________________________________________
infrastructure mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Reply via email to