summaryrefslogtreecommitdiffstats
path: root/vagrant_support/playbook.yml
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-04-24 21:51:44 +0200
committerDylan William Hardison <dylan@hardison.net>2017-04-24 21:51:44 +0200
commit0d714dcec16d9d8760f6656d9be0b29964d51343 (patch)
treeaf2217eddd3e50715aea0f1edaa399239b62705e /vagrant_support/playbook.yml
parent356bfe73b9b25c9cdf86dd9e125f411824db74fc (diff)
downloadbugzilla-0d714dcec16d9d8760f6656d9be0b29964d51343.tar.gz
bugzilla-0d714dcec16d9d8760f6656d9be0b29964d51343.tar.xz
fix some recurring vagrant issues with perms, and copy .git into vm
Diffstat (limited to 'vagrant_support/playbook.yml')
-rw-r--r--vagrant_support/playbook.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant_support/playbook.yml b/vagrant_support/playbook.yml
index c8ebff01f..a8deeca27 100644
--- a/vagrant_support/playbook.yml
+++ b/vagrant_support/playbook.yml
@@ -150,7 +150,7 @@
- name: make bmo data dir
file: path=/data state=directory owner=vagrant group=apache mode=0775
- - name: fix perms
+ - name: fix owner of /vagrant
file: path=/vagrant state=directory owner=vagrant group=apache recurse=yes
- name: add data symlink