Commit b30a28fa by Saleem Latif

Theming broken for 'From Scratch' AMI builds

parent 94f2443c
...@@ -25,8 +25,6 @@ dependencies: ...@@ -25,8 +25,6 @@ dependencies:
- role: edx_themes - role: edx_themes
theme_users: theme_users:
- "{{ ecommerce_user }}" - "{{ ecommerce_user }}"
additional_theme_dirs:
- "{{ ECOMMERCE_COMPREHENSIVE_THEME_DIRS }}"
when: "{{ ECOMMERCE_ENABLE_COMPREHENSIVE_THEMING }}" when: "{{ ECOMMERCE_ENABLE_COMPREHENSIVE_THEMING }}"
- oraclejdk - oraclejdk
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
themes_service_name: "edx-themes" themes_service_name: "edx-themes"
themes_user: "{{ themes_service_name }}" themes_user: "{{ themes_service_name }}"
themes_group: "{{ themes_user }}" themes_group: "www-data"
themes_home: "{{ COMMON_DATA_DIR }}/{{ themes_service_name }}" themes_home: "{{ COMMON_DATA_DIR }}/{{ themes_service_name }}"
THEMES_CODE_DIR: "{{ themes_home }}/{{ themes_service_name }}" THEMES_CODE_DIR: "{{ themes_home }}/{{ themes_service_name }}"
......
...@@ -28,8 +28,6 @@ ...@@ -28,8 +28,6 @@
# theme_users: # theme_users:
# - ecommerce # - ecommerce
# - edxapp # - edxapp
# additional_theme_dirs:
# - /edx/app/ecommerce/ecommerce/ecommerce/themes
# when do_setup_themes # when do_setup_themes
# #
...@@ -46,19 +44,6 @@ ...@@ -46,19 +44,6 @@
- install - install
- install:base - install:base
- name: assign theme's group to all theme's directories
file:
path: "{{ item }}"
state: directory
recurse: yes
group: "{{ themes_group }}"
mode: "g+rw"
with_items: additional_theme_dirs
when: additional_theme_dirs is defined
tags:
- install
- install:base
- name: Add theme users to theme's group so that that have read/write access to themes directories - name: Add theme users to theme's group so that that have read/write access to themes directories
user: user:
name: "{{ item }}" name: "{{ item }}"
......
...@@ -7,6 +7,4 @@ dependencies: ...@@ -7,6 +7,4 @@ dependencies:
- role: edx_themes - role: edx_themes
theme_users: theme_users:
- "{{ edxapp_user }}" - "{{ edxapp_user }}"
additional_theme_dirs:
- "{{ EDXAPP_COMPREHENSIVE_THEME_DIRS }}"
when: "{{ EDXAPP_ENABLE_COMPREHENSIVE_THEMING }}" when: "{{ EDXAPP_ENABLE_COMPREHENSIVE_THEMING }}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment