|
21 | 21 |
|
22 | 22 |
|
23 | 23 | shared_examples 'collection::php-fpm5::webserver-test::development' do |
24 | | - wait_retry 30 do |
25 | | - include_examples 'php-fpm::modules' |
26 | | - include_examples 'php-fpm5::modules' |
27 | | - include_examples 'php-fpm::modules::development' |
28 | | - include_examples 'php::fpm::test::sha1' |
29 | | - include_examples 'php::fpm::test::php_ini_scanned_files' |
30 | | - include_examples 'php::fpm::test::php_sapi_name' |
31 | | - include_examples 'php::fpm::test::process_user_id' |
32 | | - include_examples 'php5::fpm::test::version' |
33 | | - end |
| 24 | + include_examples 'php-fpm::modules' |
| 25 | + include_examples 'php-fpm5::modules' |
| 26 | + include_examples 'php-fpm::modules::development' |
| 27 | + include_examples 'php::fpm::test::sha1' |
| 28 | + include_examples 'php::fpm::test::php_ini_scanned_files' |
| 29 | + include_examples 'php::fpm::test::php_sapi_name' |
| 30 | + include_examples 'php::fpm::test::process_user_id' |
| 31 | + include_examples 'php5::fpm::test::version' |
34 | 32 | end |
35 | 33 |
|
36 | 34 | shared_examples 'collection::php-fpm5::webserver-test::production' do |
37 | | - wait_retry 30 do |
38 | | - include_examples 'php-fpm::modules' |
39 | | - include_examples 'php-fpm5::modules' |
40 | | - include_examples 'php-fpm::modules::production' |
41 | | - include_examples 'php::fpm::test::sha1' |
42 | | - include_examples 'php::fpm::test::php_ini_scanned_files' |
43 | | - include_examples 'php::fpm::test::php_sapi_name' |
44 | | - include_examples 'php::fpm::test::process_user_id' |
45 | | - include_examples 'php5::fpm::test::version' |
46 | | - end |
| 35 | + include_examples 'php-fpm::modules' |
| 36 | + include_examples 'php-fpm5::modules' |
| 37 | + include_examples 'php-fpm::modules::production' |
| 38 | + include_examples 'php::fpm::test::sha1' |
| 39 | + include_examples 'php::fpm::test::php_ini_scanned_files' |
| 40 | + include_examples 'php::fpm::test::php_sapi_name' |
| 41 | + include_examples 'php::fpm::test::process_user_id' |
| 42 | + include_examples 'php5::fpm::test::version' |
47 | 43 | end |
48 | 44 |
|
0 commit comments