Skip to content

Commit b185b50

Browse files
committed
miscweb: Fixup 7d147f1
``` ssl_certificate /etc/letsencrypt/live//fullchain.pem; ``` Oops Ref #87
1 parent 7d147f1 commit b185b50

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/profile/manifests/miscweb.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,13 @@
103103
# which we use in Fastly to connect to the origin by FQDN
104104
# https://github.com/jquery/infrastructure-puppet/issues/87
105105
$fqdn = $::facts['networking']['fqdn']
106+
$certificate = $fqdn_certificate
106107
$redirect = {
107108
'target' => 'https://jquery.com',
108109
'mode' => 'root',
109110
}
110111
nginx::site { 'fqdn_redirect':
111112
content => template('profile/miscweb/redirect.nginx.erb'),
112-
require => Letsencrypt::Certificate[$fqdn_certificate],
113+
require => Letsencrypt::Certificate[$certificate],
113114
}
114115
}

0 commit comments

Comments
 (0)