forked from chef-boneyard/cookbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jtimberman
committed
Sep 7, 2010
1 parent
cee056c
commit 438d0f4
Showing
6 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
maintainer_email "[email protected]" | ||
license "Apache 2.0" | ||
description "Installs openssh" | ||
version "0.7.2" | ||
version "0.8.0" | ||
|
||
recipe "openssh", "Installs openssh" | ||
|
||
%w{ redhat centos fedora ubuntu debian }.each do |os| | ||
%w{ redhat centos fedora ubuntu debian arch}.each do |os| | ||
supports os | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
maintainer_email "[email protected]" | ||
license "Apache 2.0" | ||
description "Installs ruby packages" | ||
version "0.7.3" | ||
version "0.8.0" | ||
|
||
recipe "ruby", "Installs ruby packages" | ||
|
||
%w{ centos redhat fedora ubuntu debian }.each do |os| | ||
%w{ centos redhat fedora ubuntu debian arch}.each do |os| | ||
supports os | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,6 +42,8 @@ | |
ruby-rdoc | ||
ruby-mode | ||
} | ||
when "arch" | ||
%w{ ruby-docs } | ||
end | ||
|
||
unless extra_packages.nil? | ||
|