Skip to content
This repository has been archived by the owner on Mar 12, 2023. It is now read-only.

Commit

Permalink
Add yum
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX committed Jun 6, 2014
1 parent 046d7a7 commit 363dfd4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ GRAPH
apt (2.4.0)
mosquitto (0.0.1)
apt (>= 0.0.0)
yum (>= 0.0.0)
yum (3.2.0)
5 changes: 3 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
version "0.0.1"
recipe "mosquitto", "Includes the recipe to configure the broker"

%w{ debian ubuntu mac_os_x }.each do |os|
%w{ debian ubuntu mac_os_x redhat centos scientific fedora arch amazon }.each do |os|
supports os
end

depends 'apt'
depends 'apt'
depends 'yum'

0 comments on commit 363dfd4

Please sign in to comment.