There was an error while loading. Please reload this page.
1 parent 7d147f1 commit b185b50Copy full SHA for b185b50
1 file changed
modules/profile/manifests/miscweb.pp
@@ -103,12 +103,13 @@
103
# which we use in Fastly to connect to the origin by FQDN
104
# https://github.com/jquery/infrastructure-puppet/issues/87
105
$fqdn = $::facts['networking']['fqdn']
106
+ $certificate = $fqdn_certificate
107
$redirect = {
108
'target' => 'https://jquery.com',
109
'mode' => 'root',
110
}
111
nginx::site { 'fqdn_redirect':
112
content => template('profile/miscweb/redirect.nginx.erb'),
- require => Letsencrypt::Certificate[$fqdn_certificate],
113
+ require => Letsencrypt::Certificate[$certificate],
114
115
0 commit comments