Skip to content

Commit

Permalink
Merge pull request #14 from bcorner13/master
Browse files Browse the repository at this point in the history
Enhanced the supports list in metadata.rb
  • Loading branch information
Bradley Corner authored Apr 20, 2017
2 parents 6f1e61a + 584c232 commit 25ac41d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

depends 'cron', '>= 1.2.0'

supports ubuntu
supports centos
supports redhat
supports fedora
supports amazon
supports 'ubuntu', '>=12.04'
supports 'centos', '>= 6.0'
supports 'redhat', '>= 6.0'
supports 'amazon', '>= 6.0'
supports 'fedora'

0 comments on commit 25ac41d

Please sign in to comment.