Commit 64798ae 1 parent 1b4c23b commit 64798ae Copy full SHA for 64798ae
File tree 3 files changed +45
-0
lines changed
cookbooks/exim/templates/default
3 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
3
gem "cookstyle"
4
+ gem "erb_lint"
4
5
gem "kitchen-dokken"
5
6
gem "kitchen-inspec"
6
7
gem "test-kitchen"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ actionview (7.0.7.2 )
5
+ activesupport (= 7.0.7.2 )
6
+ builder (~> 3.1 )
7
+ erubi (~> 1.4 )
8
+ rails-dom-testing (~> 2.0 )
9
+ rails-html-sanitizer (~> 1.1 , >= 1.2.0 )
4
10
activesupport (7.0.7.2 )
5
11
concurrent-ruby (~> 1.0 , >= 1.0.2 )
6
12
i18n (>= 1.6 , < 2 )
256
262
azure_mgmt_storage (0.23.0 )
257
263
ms_rest_azure (~> 0.12.0 )
258
264
bcrypt_pbkdf (1.1.0 )
265
+ better_html (2.1.0 )
266
+ actionview (>= 6.0 )
267
+ activesupport (>= 6.0 )
268
+ ast (~> 2.0 )
269
+ erubi (~> 1.4 )
270
+ parser (>= 2.4 )
271
+ smart_properties
259
272
bson (4.15.0 )
260
273
builder (3.2.4 )
261
274
chef-config (18.2.7 )
274
287
concurrent-ruby (1.2.2 )
275
288
cookstyle (7.32.8 )
276
289
rubocop (= 1.25.1 )
290
+ crass (1.0.6 )
277
291
declarative (0.0.20 )
278
292
diff-lcs (1.5.0 )
279
293
docker-api (2.2.0 )
282
296
domain_name (0.5.20190701 )
283
297
unf (>= 0.0.5 , < 1.0.0 )
284
298
ed25519 (1.3.0 )
299
+ erb_lint (0.5.0 )
300
+ activesupport
301
+ better_html (>= 2.0.1 )
302
+ parser (>= 2.7.1.4 )
303
+ rainbow
304
+ rubocop
305
+ smart_properties
285
306
erubi (1.12.0 )
286
307
excon (0.105.0 )
287
308
faraday (1.10.3 )
400
421
logging (2.3.1 )
401
422
little-plugger (~> 1.1 )
402
423
multi_json (~> 1.14 )
424
+ loofah (2.22.0 )
425
+ crass (~> 1.0.2 )
426
+ nokogiri (>= 1.12.0 )
403
427
memoist (0.16.2 )
404
428
method_source (1.0.0 )
405
429
mini_mime (1.1.5 )
430
+ mini_portile2 (2.8.5 )
406
431
minitest (5.19.0 )
407
432
mixlib-config (3.0.27 )
408
433
tomlrb
432
457
net-ssh (7.2.0 )
433
458
net-ssh-gateway (2.0.0 )
434
459
net-ssh (>= 4.0.0 )
460
+ nokogiri (1.16.2 )
461
+ mini_portile2 (~> 2.8.2 )
462
+ racc (~> 1.4 )
435
463
nori (2.6.0 )
436
464
options (2.3.2 )
437
465
os (1.1.4 )
450
478
method_source (~> 1.0 )
451
479
public_suffix (5.0.3 )
452
480
racc (1.7.3 )
481
+ rails-dom-testing (2.2.0 )
482
+ activesupport (>= 5.0.0 )
483
+ minitest
484
+ nokogiri (>= 1.6 )
485
+ rails-html-sanitizer (1.6.0 )
486
+ loofah (~> 2.21 )
487
+ nokogiri (~> 1.14 )
453
488
rainbow (3.1.1 )
454
489
rake (13.0.6 )
455
490
regexp_parser (2.9.0 )
496
531
faraday (>= 0.17.5 , < 3.a )
497
532
jwt (>= 1.5 , < 3.0 )
498
533
multi_json (~> 1.10 )
534
+ smart_properties (1.17.0 )
499
535
sslshake (1.3.1 )
500
536
strings (0.2.1 )
501
537
strings-ansi (~> 0.2 )
@@ -673,6 +709,7 @@ PLATFORMS
673
709
674
710
DEPENDENCIES
675
711
cookstyle
712
+ erb_lint
676
713
kitchen-dokken
677
714
kitchen-inspec
678
715
test-kitchen
Original file line number Diff line number Diff line change 1
1
# DO NOT EDIT - This file is being maintained by Chef
2
2
3
+ <% if node.platform?("ubuntu") && node[:lsb][:release].to_f >= 22.04 -%>
4
+ # options for update-exim4.conf
5
+ UPEX4OPTS=''
6
+ # options for exim4
7
+ EXIMSERVICE='-bdf -q30ms'
8
+ <% else -%>
3
9
# 'combined' - one daemon running queue and listening on SMTP port
4
10
# 'no' - no daemon running the queue
5
11
# 'separate' - two separate daemons
@@ -19,5 +25,6 @@ QUEUERUNNEROPTIONS=''
19
25
QFLAGS=''
20
26
# options for daemon listening on port 25
21
27
SMTPLISTENEROPTIONS=''
28
+ <% end -%>
22
29
# only warn once about each error
23
30
E4BCD_WATCH_PANICLOG='once'
You can’t perform that action at this time.
0 commit comments