We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2064253 commit 3744042Copy full SHA for 3744042
cookbooks/boxcutter_backhaul/recipes/default.rb
@@ -201,10 +201,6 @@
201
},
202
}
203
204
- # cloudflare_api_token = Boxcutter::OnePassword.op_read(
205
- # 'op://Automation-Org/Cloudflare API token amazing-sheila/credential',
206
- # )
207
-
208
# Set up an HTTP-only listener for ubuntu proxies because apt doesn't work
209
# well with HTTPS
210
node.default['fb_nginx']['sites']['nexus_http'] = {
@@ -247,8 +243,7 @@
247
243
248
244
249
245
250
- # include_recipe 'boxcutter_acme::lego'
251
- # include_recipe 'boxcutter_acme::certbot'
246
+ include_recipe 'boxcutter_acme::certbot'
252
253
node.default['fb_nginx']['enable_default_site'] = false
254
node.default['fb_nginx']['config']['http']['proxy_send_timeout'] = '120'
0 commit comments