Skip to content

Commit

Permalink
add a list of utility packages
Browse files Browse the repository at this point in the history
See ticket:3036
  • Loading branch information
Mikhail Sobolev committed Nov 22, 2014
1 parent 93477ff commit 36c6485
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions group_vars/all
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ admin_users:
state: present
- username: sean
state: present

# TODO: make use of these
# Utility packages are the ones that must be installed on service host only (at
# least, at the moment).
# The original list is based on http://trac.buildbot.net/ticket/3036
utility_packages:
- bash
- git
- screen
- vim-lite # we probably do not want to bring all the stuff

0 comments on commit 36c6485

Please sign in to comment.