Commit 68455ecc51e17d91aeffd68e6ccc3170c60f5dfa

Authored by Paulo Tada
1 parent b9abb095

Adding 'screen' to basics cookbook

Signed-off-by: Alessandro Caetano <alessandro.caetanob@gmail.com>
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/basics/recipes/default.rb
... ... @@ -65,6 +65,7 @@ package &#39;tmux&#39;
65 65 package 'less'
66 66 package 'htop'
67 67 package 'ntp'
  68 +package 'screen'
68 69  
69 70 cookbook_file '/usr/local/bin/is-a-container' do
70 71 owner 'root'
... ...