Skip to content

Commit

Permalink
Add mosh support. Resolves rondale-sc#24.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwjblue committed May 1, 2013
1 parent eb68cc2 commit b9740c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cheffile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ cookbook 'tmux', :git => 'https://github.com/opscode-cookbooks/tmux'
cookbook 'vim', :git => 'https://github.com/opscode-cookbooks/vim'
cookbook 'sqlite', :git => 'https://github.com/opscode-cookbooks/sqlite'
cookbook 'user', :git => 'https://github.com/fnichol/chef-user'
cookbook 'mosh', :git => 'https://github.com/jtimberman/mosh-cookbook'
1 change: 1 addition & 0 deletions roles/remote_pair.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"recipe[vim]",
"recipe[git::default]",
"recipe[sqlite::default]",
"recipe[mosh::default]",
"recipe[remote_pair_chef::default]"
)

0 comments on commit b9740c1

Please sign in to comment.