]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - add tct to dev environment
authorDylan William Hardison <dylan@hardison.net>
Fri, 4 May 2018 19:30:08 +0000 (15:30 -0400)
committerGitHub <noreply@github.com>
Fri, 4 May 2018 19:30:08 +0000 (15:30 -0400)
vagrant_support/playbook.yml

index 5041cefcb0dba5dc8ae7567e95902c64f60b2357..c067eab05d02ebc82b9add1c07be736162f19a42 100644 (file)
         - 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