Commit 68455ecc51e17d91aeffd68e6ccc3170c60f5dfa
1 parent
b9abb095
Exists in
master
and in
19 other branches
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 'tmux' | @@ -65,6 +65,7 @@ package 'tmux' | ||
65 | package 'less' | 65 | package 'less' |
66 | package 'htop' | 66 | package 'htop' |
67 | package 'ntp' | 67 | package 'ntp' |
68 | +package 'screen' | ||
68 | 69 | ||
69 | cookbook_file '/usr/local/bin/is-a-container' do | 70 | cookbook_file '/usr/local/bin/is-a-container' do |
70 | owner 'root' | 71 | owner 'root' |