Commit 831ce59aab04a88c45fffa010ee081dec70b8898

Authored by Antonio Terceiro
1 parent 14af01f2

basics: install less

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/basics/recipes/default.rb
... ... @@ -2,6 +2,7 @@ package 'vim'
2 2 package 'bash-completion'
3 3 package 'rsyslog'
4 4 package 'tmux'
  5 +package 'less'
5 6  
6 7 # FIXME on Debian it's postgresql-client
7 8 package 'postgresql'
... ...