summaryrefslogtreecommitdiffstats
path: root/vagrant_support/checksetup.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_support/checksetup.yml')
-rw-r--r--vagrant_support/checksetup.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vagrant_support/checksetup.yml b/vagrant_support/checksetup.yml
index 580cc9dd9..455986148 100644
--- a/vagrant_support/checksetup.yml
+++ b/vagrant_support/checksetup.yml
@@ -22,6 +22,12 @@
mode: 0644
when: LAZY == 0
+- name: fix owner of /vagrant/template_cache
+ file: path=/vagrant/template_cache state=directory owner=vagrant group=apache recurse=yes
+
+- name: fix owner of /data
+ file: path=/data state=directory owner=vagrant group=apache recurse=yes
+
- name: run checksetup
become: false
shell: sg apache -c '/usr/local/bin/bmo-checksetup --no-templates'