Skip to content

Commit

Permalink
Merge pull request #27 from kesor/patch-1
Browse files Browse the repository at this point in the history
Allow new-er versions apache and nginx cookbooks to be used with munin
  • Loading branch information
jesseadams committed Jan 30, 2014
2 parents 12825a5 + 35ff3fa commit 2ff316e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.4.1'

depends 'apache2', '~> 1.7'
depends 'nginx', '~> 1.8'
depends 'apache2', '>= 1.7'
depends 'nginx', '>= 1.8'

supports 'arch'
supports 'centos'
Expand Down

0 comments on commit 2ff316e

Please sign in to comment.