Skip to content
Snippets Groups Projects
Commit 3bbb0acc authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-roles/jailkit#3 Improve jailkit config for site users and their crontabs

parent 9773a578
No related branches found
No related tags found
No related merge requests found
<?php
$root = empty($_ENV['JAIL_ACTIVE']) ? '{{ drupalRoot }}' : '{{ drupalRootJail }}';
$root = is_dir('{{ drupalRoot }}') ? '{{ drupalRoot }}' : '{{ drupalRootJail }}';
$aliases = array(
{% for domain in drupal.domains %}
{% if domain.exclude_from_drush_alias|default(false) == excluded %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment