Files @ d47bd45e61b3
Branch filter:

Location: majic-ansible-roles/roles/php_website/molecule/default/tests/data/php/mandatory/index.php

branko
MAR-163: Deduplicate tests for the preseed directory in preseed role:

- Run a single test on all three servers.
- Explicitly specify the preseed directory path (instead of using
constant).
1
2
3
4
5
<?php

echo "This is the index page for parameters-mandatory.";

?>