Skip to content

Commit

Permalink
Merge pull request #104 from betamatt/feature/forego
Browse files Browse the repository at this point in the history
Add install recipe for forego
  • Loading branch information
Roderik van der Veer committed Mar 16, 2014
2 parents 12a7777 + 8f0b10c commit 0e93b43
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions recipes/forego.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Forego: a foreman alternative in Go
# https://github.com/bukowskis/homebrew-bukowskis/blob/master/forego.rb

case node["platform_family"]
when 'mac_os_x'
include_recipe "homebrewalt::default"
homebrewalt_tap "bukowskis/bukowskis"

package "forego" do
action [:install, :upgrade]
end
when 'debian'
Chef::Log.debug("This recipe is OSX only")
end

0 comments on commit 0e93b43

Please sign in to comment.