Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
3
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. <?php
  2.  
  3. # !!!WARNING!!! This file is re-generated on each verify of the hostmaster site.
  4. # Any changes tou make to this file will thus soon be lost. Instead, create a
  5. # file called 'local.drushrc.php' in the same directory as this one (i.e.
  6. # '/var/aegir/.drush/'), and add any custom configuration there.
  7. # A list of Aegir features and their enabled status.
  8. $options['hosting_features'] = array (
  9. 'nginx_https' => '0',
  10. 'apache_https' => '0',
  11. 'certificate' => '1',
  12. 'self_signed' => '0',
  13. 'letsencrypt' => '0',
  14. 'https' => '0',
  15. 'git' => '0',
  16. 'git_pull' => '0',
  17. 'git_checkout' => '0',
  18. 'backup_window' => '0',
  19. 'backup_queue' => '0',
  20. 'backup_manager' => '0',
  21. 'dns' => '0',
  22. 'civicrm_cron' => '1',
  23. 'civicrm' => '1',
  24. 'remote_import' => '0',
  25. 'web_cluster' => '0',
  26. 'subdirs' => '0',
  27. 'server' => '1',
  28. 'cron' => '0',
  29. 'task' => '1',
  30. 'site_data' => '0',
  31. 'example' => '0',
  32. 'server_data' => '0',
  33. 'web_pack' => '0',
  34. 'platform' => '1',
  35. 'db_server' => '1',
  36. 'clone' => '1',
  37. 'package' => '1',
  38. 'site' => '1',
  39. 'signup' => '0',
  40. 'alias' => '0',
  41. 'task_gc' => '0',
  42. 'nginx_ssl' => '0',
  43. 'nginx' => '0',
  44. 'ssl' => '0',
  45. 'web_server' => '1',
  46. 'migrate' => '1',
  47. 'client' => '1',
  48. 'queued' => '1',
  49. 'quota' => '0',
  50. 'hosting' => '1',
  51. 'logs_git' => '0',
  52. 'logs' => '0',
  53. 'fix_ownership' => '0',
  54. 'fix_permissions' => '0',
  55. 'http_basic_auth' => '0',
  56. 'drush_alias' => '0',
  57. 'sync' => '0',
  58. 'tasks_extra' => '0',
  59. );
  60.  
  61. # A list of modules to be excluded because the hosting feature is not enabled.
  62. $options['exclude'] = array (
  63. 0 => 'nginx_https',
  64. 1 => 'apache_https',
  65. 2 => 'self_signed',
  66. 3 => 'letsencrypt',
  67. 4 => 'https',
  68. 5 => 'git',
  69. 6 => 'git_pull',
  70. 7 => 'git_checkout',
  71. 8 => 'backup_window',
  72. 9 => 'backup_queue',
  73. 10 => 'backup_manager',
  74. 11 => 'dns',
  75. 12 => 'remote_import',
  76. 13 => 'web_cluster',
  77. 14 => 'subdirs',
  78. 15 => 'cron',
  79. 16 => 'site_data',
  80. 17 => 'example',
  81. 18 => 'server_data',
  82. 19 => 'web_pack',
  83. 20 => 'signup',
  84. 21 => 'alias',
  85. 22 => 'task_gc',
  86. 23 => 'nginx_ssl',
  87. 24 => 'nginx',
  88. 25 => 'quota',
  89. 26 => 'logs_git',
  90. 27 => 'logs',
  91. 28 => 'fix_ownership',
  92. 29 => 'fix_permissions',
  93. 30 => 'http_basic_auth',
  94. 31 => 'drush_alias',
  95. 32 => 'sync',
  96. 33 => 'tasks_extra',
  97. );
  98.  
  99. # Drush 8 looks at ignored-modules instead of exclude.
  100. $options['ignored-modules'] = $options['exclude'];
  101.  
  102. # A list of paths that drush should include even when working outside
  103. # the context of the hostmaster site.
  104. $options['include'] = array (
  105. # 'certificate' => '/var/aegir/hostmaster-7.x-3.146/profiles/hostmaster/modules/aegir/hosting_https/submodules/certificate/drush',
  106. 'civicrm' => '/var/aegir/hostmaster-7.x-3.146/profiles/hostmaster/modules/aegir/hosting_civicrm/drush',
  107. );
  108. # Local non-aegir-generated additions.
  109. @include_once(dirname(__FILE__) . '/local.drushrc.php');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement