summaryrefslogtreecommitdiffstats
path: root/vagrant_support/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant_support/playbook.yml')
-rw-r--r--vagrant_support/playbook.yml23
1 files changed, 17 insertions, 6 deletions
diff --git a/vagrant_support/playbook.yml b/vagrant_support/playbook.yml
index f38c1fc06..c067eab05 100644
--- a/vagrant_support/playbook.yml
+++ b/vagrant_support/playbook.yml
@@ -50,6 +50,15 @@
group: root
mode: 0644
+ - name: 'add LOG4PERL_CONFIG_FILE'
+ lineinfile:
+ dest: /etc/environment
+ regexp: 'LOG4PERL_CONFIG_FILE='
+ line: 'LOG4PERL_CONFIG_FILE=log4perl-vagrant.conf'
+ owner: root
+ group: root
+ mode: 0644
+
- name: copy ntp.conf
copy:
src: ntp.conf
@@ -148,11 +157,19 @@
- ncurses-devel
- readline-devel
+ - name: fetch tct
+ unarchive:
+ src: https://github.com/dylanwh/tocotrienol/releases/download/1.0.6/tct-centos6.tar.xz
+ dest: /usr/local/bin
+ remote_src: yes
+ mode: '0755'
+
- name: fetch cpanm
get_url:
url: http://cpanmin.us
dest: /usr/local/bin/cpanm
mode: '0755'
+
- name: install more recent Apache2::SizeLimit
cpanm: name=Apache2::SizeLimit executable=/usr/local/bin/cpanm
@@ -207,9 +224,3 @@
LAZY: 0
- import_tasks: devtools.yml
- - 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
-