Install tmux on dev boxes
This commit is contained in:
parent
ae50b08806
commit
d12f5c1d62
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ if $hostname == 'vbox' {
|
||||||
exec { 'aa-complain /usr/bin/lxc-start': }
|
exec { 'aa-complain /usr/bin/lxc-start': }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# TMUX
|
||||||
|
package {
|
||||||
|
'tmux': ensure => 'installed';
|
||||||
|
}
|
||||||
|
|
||||||
# Allow gems to be installed on vagrant user home avoiding "sudo"s
|
# 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
|
# Tks to http://wiki.railsplayground.com/railsplayground/show/How+to+install+gems+and+non+root+user
|
||||||
file {
|
file {
|
||||||
|
|
Loading…
Reference in a new issue