summaryrefslogtreecommitdiffstats
path: root/vagrant_support
diff options
context:
space:
mode:
authorbyron jones <byron@glob.com.au>2018-02-28 16:30:06 +0100
committerDylan William Hardison <dylan@hardison.net>2018-02-28 16:30:06 +0100
commitbe70f49b07ef6b307ad16fdf163bcc647bee448c (patch)
tree91e5f0cc2b5bb87a7d4a23eb5cce3fc5487a55c7 /vagrant_support
parentc1b52f05823e69264df6c3c6f0c4cd10ba7cfb5a (diff)
downloadbugzilla-be70f49b07ef6b307ad16fdf163bcc647bee448c.tar.gz
bugzilla-be70f49b07ef6b307ad16fdf163bcc647bee448c.tar.xz
Bug 1384313 - Can't build the docs from within the vagrant box
Add missing python-sphinx10 package and link.
Diffstat (limited to 'vagrant_support')
-rw-r--r--vagrant_support/playbook.yml16
1 files changed, 12 insertions, 4 deletions
diff --git a/vagrant_support/playbook.yml b/vagrant_support/playbook.yml
index 666d45a78..f38c1fc06 100644
--- a/vagrant_support/playbook.yml
+++ b/vagrant_support/playbook.yml
@@ -9,14 +9,22 @@
- name: install common packages
yum: name={{item}} state=present
with_items:
+ - htop
- libselinux-python
+ - ntp
- policycoreutils-python
- - python-urllib3
+ - pyOpenSSL
- python-pyasn1
+ - python-sphinx10
+ - python-urllib3
- python2-ndg_httpsclient
- - pyOpenSSL
- - htop
- - ntp
+
+ - name: link sphinx
+ command: ln -s /usr/bin/sphinx-1.0-{{ item }} /usr/bin/sphinx-{{ item }} creates=/usr/bin/sphinx-{{ item }}
+ with_items:
+ - autogen
+ - build
+ - quickstart
- name: permissive selinux
selinux: state=permissive policy=targeted