Commit d592801a68d0d5d2e2fadce7577f0b1ea3eb576b

Authored by Antonio Terceiro
1 parent 7daffb59

Install bash-completion on all servers

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/basics/recipes/default.rb
1 1 package 'vim'
  2 +package 'bash-completion'
2 3 package 'rsyslog'
3 4  
4 5 if node['platform'] == 'centos'
... ...