Unverified Commit c9e21974 by Ned Batchelder Committed by GitHub

Merge pull request #4193 from edx/nedbat/real-vim

Install normal (not tiny) vim
parents 69cfe834 ef66078b
- Role: server_utils
- Install "vim", not "vim-tiny".
- Role: edxapp
- Added GOOGLE_ANALYTICS_TRACKING_ID setting for inserting GA tracking into emails generated via ACE.
......
......@@ -9,7 +9,7 @@
#
##
# Defaults for role server_utils
#
#
#
# vars are namespaced with the module name.
......@@ -29,12 +29,11 @@ server_utils_debian_pkgs:
# Not installed by default on vagrant ubuntu
# boxes.
# TODO: move to Vagrant role
- curl
- tree
- screen
- tmux
- curl
- vim-tiny
- vim
- dnsutils
- inetutils-telnet
- netcat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment