Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- # !!!WARNING!!! This file is re-generated on each verify of the hostmaster site.
- # Any changes tou make to this file will thus soon be lost. Instead, create a
- # file called 'local.drushrc.php' in the same directory as this one (i.e.
- # '/var/aegir/.drush/'), and add any custom configuration there.
- # A list of Aegir features and their enabled status.
- $options['hosting_features'] = array (
- 'nginx_https' => '0',
- 'apache_https' => '0',
- 'certificate' => '1',
- 'self_signed' => '0',
- 'letsencrypt' => '0',
- 'https' => '0',
- 'git' => '0',
- 'git_pull' => '0',
- 'git_checkout' => '0',
- 'backup_window' => '0',
- 'backup_queue' => '0',
- 'backup_manager' => '0',
- 'dns' => '0',
- 'civicrm_cron' => '1',
- 'civicrm' => '1',
- 'remote_import' => '0',
- 'web_cluster' => '0',
- 'subdirs' => '0',
- 'server' => '1',
- 'cron' => '0',
- 'task' => '1',
- 'site_data' => '0',
- 'example' => '0',
- 'server_data' => '0',
- 'web_pack' => '0',
- 'platform' => '1',
- 'db_server' => '1',
- 'clone' => '1',
- 'package' => '1',
- 'site' => '1',
- 'signup' => '0',
- 'alias' => '0',
- 'task_gc' => '0',
- 'nginx_ssl' => '0',
- 'nginx' => '0',
- 'ssl' => '0',
- 'web_server' => '1',
- 'migrate' => '1',
- 'client' => '1',
- 'queued' => '1',
- 'quota' => '0',
- 'hosting' => '1',
- 'logs_git' => '0',
- 'logs' => '0',
- 'fix_ownership' => '0',
- 'fix_permissions' => '0',
- 'http_basic_auth' => '0',
- 'drush_alias' => '0',
- 'sync' => '0',
- 'tasks_extra' => '0',
- );
- # A list of modules to be excluded because the hosting feature is not enabled.
- $options['exclude'] = array (
- 0 => 'nginx_https',
- 1 => 'apache_https',
- 2 => 'self_signed',
- 3 => 'letsencrypt',
- 4 => 'https',
- 5 => 'git',
- 6 => 'git_pull',
- 7 => 'git_checkout',
- 8 => 'backup_window',
- 9 => 'backup_queue',
- 10 => 'backup_manager',
- 11 => 'dns',
- 12 => 'remote_import',
- 13 => 'web_cluster',
- 14 => 'subdirs',
- 15 => 'cron',
- 16 => 'site_data',
- 17 => 'example',
- 18 => 'server_data',
- 19 => 'web_pack',
- 20 => 'signup',
- 21 => 'alias',
- 22 => 'task_gc',
- 23 => 'nginx_ssl',
- 24 => 'nginx',
- 25 => 'quota',
- 26 => 'logs_git',
- 27 => 'logs',
- 28 => 'fix_ownership',
- 29 => 'fix_permissions',
- 30 => 'http_basic_auth',
- 31 => 'drush_alias',
- 32 => 'sync',
- 33 => 'tasks_extra',
- );
- # Drush 8 looks at ignored-modules instead of exclude.
- $options['ignored-modules'] = $options['exclude'];
- # A list of paths that drush should include even when working outside
- # the context of the hostmaster site.
- $options['include'] = array (
- # 'certificate' => '/var/aegir/hostmaster-7.x-3.146/profiles/hostmaster/modules/aegir/hosting_https/submodules/certificate/drush',
- 'civicrm' => '/var/aegir/hostmaster-7.x-3.146/profiles/hostmaster/modules/aegir/hosting_civicrm/drush',
- );
- # Local non-aegir-generated additions.
- @include_once(dirname(__FILE__) . '/local.drushrc.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement