Commit 040a0c20771141843233c855906c02d37acf3b0f

Authored by Antonio Terceiro
1 parent e2c6fafa

Install tmux 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 2 package 'bash-completion'
3 3 package 'rsyslog'
  4 +package 'tmux'
4 5  
5 6 if node['platform'] == 'centos'
6 7 cookbook_file '/etc/yum.repos.d/softwarepublico.key' do
... ...