Install tmux on dev boxes

This commit is contained in:
Fabio Rehm 2013-03-12 14:37:25 -03:00
parent ae50b08806
commit d12f5c1d62

View file

@ -41,6 +41,11 @@ if $hostname == 'vbox' {
exec { 'aa-complain /usr/bin/lxc-start': }
}
# TMUX
package {
'tmux': ensure => 'installed';
}
# Allow gems to be installed on vagrant user home avoiding "sudo"s
# Tks to http://wiki.railsplayground.com/railsplayground/show/How+to+install+gems+and+non+root+user
file {