|
68 | 68 | context 'with use_optional_includes' do |
69 | 69 | let :params do |
70 | 70 | { |
71 | | - use_optional_includes: true, |
| 71 | + use_optional_includes: true |
72 | 72 | } |
73 | 73 | end |
74 | 74 |
|
|
78 | 78 | context 'with serveradmin' do |
79 | 79 | let(:params) do |
80 | 80 | { |
81 | | - serveradmin: 'admin@example.com', |
| 81 | + serveradmin: 'admin@example.com' |
82 | 82 | } |
83 | 83 | end |
84 | 84 |
|
|
168 | 168 | let :params do |
169 | 169 | { log_formats: { |
170 | 170 | 'vhost_common' => '%v %h %l %u %t "%r" %>s %b', |
171 | | - 'vhost_combined' => '%v %h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-agent}i"', |
| 171 | + 'vhost_combined' => '%v %h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-agent}i"' |
172 | 172 | } } |
173 | 173 | end |
174 | 174 |
|
|
180 | 180 | let :params do |
181 | 181 | { log_formats: { |
182 | 182 | 'common' => '%v %h %l %u %t "%r" %>s %b', |
183 | | - 'combined' => '%v %h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-agent}i"', |
| 183 | + 'combined' => '%v %h %l %u %t "%r" %>s %b "%{Referer}i" "%{User-agent}i"' |
184 | 184 | } } |
185 | 185 | end |
186 | 186 |
|
|
260 | 260 | { |
261 | 261 | vhost_dir: '/etc/httpd/site.d', |
262 | 262 | confd_dir: '/etc/httpd/conf.d', |
263 | | - mod_dir: '/etc/httpd/mod.d', |
| 263 | + mod_dir: '/etc/httpd/mod.d' |
264 | 264 | } |
265 | 265 | end |
266 | 266 |
|
|
311 | 311 | vhost_dir: '/etc/httpd/site.d', |
312 | 312 | confd_dir: '/etc/httpd/conf.d', |
313 | 313 | mod_dir: '/etc/httpd/mod.d', |
314 | | - use_optional_includes: true, |
| 314 | + use_optional_includes: true |
315 | 315 | } |
316 | 316 | end |
317 | 317 |
|
|
323 | 323 | vhost_dir: '/etc/httpd/site.d', |
324 | 324 | confd_dir: '/etc/httpd/conf.d', |
325 | 325 | mod_dir: '/etc/httpd/mod.d', |
326 | | - allow_encoded_slashes: 'nodecode', |
| 326 | + allow_encoded_slashes: 'nodecode' |
327 | 327 | } |
328 | 328 | end |
329 | 329 |
|
|
336 | 336 | vhost_dir: '/etc/httpd/site.d', |
337 | 337 | confd_dir: '/etc/httpd/conf.d', |
338 | 338 | mod_dir: '/etc/httpd/mod.d', |
339 | | - default_charset: 'none', |
| 339 | + default_charset: 'none' |
340 | 340 | } |
341 | 341 | end |
342 | 342 |
|
|
608 | 608 | context 'with a custom apache_name parameter' do |
609 | 609 | let :params do |
610 | 610 | { |
611 | | - apache_name: 'httpd24-httpd', |
| 611 | + apache_name: 'httpd24-httpd' |
612 | 612 | } |
613 | 613 | end |
614 | 614 |
|
|
622 | 622 | context 'with a custom file_mode parameter' do |
623 | 623 | let :params do |
624 | 624 | { |
625 | | - file_mode: '0640', |
| 625 | + file_mode: '0640' |
626 | 626 | } |
627 | 627 | end |
628 | 628 |
|
|
635 | 635 | context 'with a custom root_directory_options parameter' do |
636 | 636 | let :params do |
637 | 637 | { |
638 | | - root_directory_options: ['-Indexes', '-FollowSymLinks'], |
| 638 | + root_directory_options: ['-Indexes', '-FollowSymLinks'] |
639 | 639 | } |
640 | 640 | end |
641 | 641 |
|
|
644 | 644 | context 'with a custom root_directory_secured parameter' do |
645 | 645 | let :params do |
646 | 646 | { |
647 | | - root_directory_secured: true, |
| 647 | + root_directory_secured: true |
648 | 648 | } |
649 | 649 | end |
650 | 650 |
|
|
658 | 658 | context 'without default non-ssl vhost' do |
659 | 659 | let :params do |
660 | 660 | { |
661 | | - default_vhost: false, |
| 661 | + default_vhost: false |
662 | 662 | } |
663 | 663 | end |
664 | 664 |
|
|
668 | 668 | context 'with default ssl vhost' do |
669 | 669 | let :params do |
670 | 670 | { |
671 | | - default_ssl_vhost: true, |
| 671 | + default_ssl_vhost: true |
672 | 672 | } |
673 | 673 | end |
674 | 674 |
|
|
0 commit comments