Commit ef66078b by Ned Batchelder

Install normal (not tiny) vim

parent 69cfe834
- Role: server_utils
- Install "vim", not "vim-tiny".
- Role: edxapp - Role: edxapp
- Added GOOGLE_ANALYTICS_TRACKING_ID setting for inserting GA tracking into emails generated via ACE. - Added GOOGLE_ANALYTICS_TRACKING_ID setting for inserting GA tracking into emails generated via ACE.
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# #
## ##
# Defaults for role server_utils # Defaults for role server_utils
# #
# #
# vars are namespaced with the module name. # vars are namespaced with the module name.
...@@ -29,12 +29,11 @@ server_utils_debian_pkgs: ...@@ -29,12 +29,11 @@ server_utils_debian_pkgs:
# Not installed by default on vagrant ubuntu # Not installed by default on vagrant ubuntu
# boxes. # boxes.
# TODO: move to Vagrant role # TODO: move to Vagrant role
- curl
- tree - tree
- screen - screen
- tmux - tmux
- curl - curl
- vim-tiny - vim
- dnsutils - dnsutils
- inetutils-telnet - inetutils-telnet
- netcat - 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