Skip to content

Commit

Permalink
Add synergy
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Dec 22, 2009
1 parent eeee14d commit 52fc93e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/system_tools_puppet.rb
Expand Up @@ -3,8 +3,9 @@ def system_tools
[
'htop',
'less',
'synergy'
].each do |pkg|
package pkg, :ensure => :installed
package pkg, :ensure => :latest
end
end
end

0 comments on commit 52fc93e

Please sign in to comment.