Skip to content

Commit

Permalink
fix: add server_scripts_drupal_build_archives_projects_types
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Sep 12, 2017
1 parent c6f5436 commit 319762f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ server_scripts_detect_viruses_js_signatures:
- "document.write(unescape"

server_scripts_drupal_build_archives_projects_root: /usr/local/drupal
server_scripts_drupal_build_archives_projects_types: [ features, libraries, modules, profiles, themes ]
server_scripts_drupal_build_archives_build_root: "{{ server_scripts_drupal_build_archives_projects_root }}/build"

server_scripts_drupal_enable_caches_cache_livetime: 43200
Expand Down
1 change: 1 addition & 0 deletions templates/server-scripts.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ VIRUSES_JS_SIGNATURES="{{ server_scripts_detect_viruses_js_signatures | join('\|

# drupal-build-archives
DRUPAL_PROJECTS_ROOT="{{ server_scripts_drupal_build_archives_projects_root }}"
DRUPAL_PROJECTS_TYPES="{{ server_scripts_drupal_build_archives_projects_types | join(' ') }}"
DRUPAL_PROJECTS_BUILD_ROOT="{{ server_scripts_drupal_build_archives_build_root }}"

# drupal-enable-caches
Expand Down

0 comments on commit 319762f

Please sign in to comment.