Skip to content

Commit

Permalink
fixing metadata version error. locking to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean OMeara committed Dec 12, 2013
1 parent ba03966 commit 525fe8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/kitchen/cookbooks/apache2_test/metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
depends "jpackage"
depends "openldap"
depends "tomcat"
depends "yum", '< 3'
depends "yum", '< 3.0'

recipe "apache2_test::default", "Test example for default recipe"
recipe "apache2_test::mod_auth_basic", "Test example for basic authentication"
Expand Down

0 comments on commit 525fe8c

Please sign in to comment.