Commit 13bbf00e by Edward Zarecor

Updating the requirement, removing duplicates.

parent df81d647
...@@ -88,22 +88,14 @@ COMMON_TAG_EC2_INSTANCE: False ...@@ -88,22 +88,14 @@ COMMON_TAG_EC2_INSTANCE: False
common_boto_version: '2.34.0' common_boto_version: '2.34.0'
common_debian_pkgs: common_debian_pkgs:
- ntp - ntp
- ack-grep
- lynx-cur - lynx-cur
- logrotate - logrotate
- mosh
- rsyslog - rsyslog
- screen
- tmux
- tree
- git - git
- unzip - unzip
- "python2.7=2.7.10-0+precise1" - "python2.7=2.7.10-0+precise1"
- python-pip - python-pip
- python2.7-dev - python2.7-dev
# Not installed by default on vagrant ubuntu
# boxes
- curl
common_pip_pkgs: common_pip_pkgs:
- pip==7.1.2 - pip==7.1.2
......
...@@ -26,6 +26,10 @@ server_utils_debian_pkgs: ...@@ -26,6 +26,10 @@ server_utils_debian_pkgs:
# not sure why this is installed # not sure why this is installed
- mosh - mosh
# not sure why this is installed # not sure why this is installed
# Not installed by default on vagrant ubuntu
# boxes.
# TODO: move to Vagrant role
- curl
- tree - tree
- screen - screen
- tmux - tmux
......
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