Skip to content

Commit

Permalink
Allow testing without a version
Browse files Browse the repository at this point in the history
  • Loading branch information
mal committed Sep 6, 2014
1 parent d0d5d91 commit c3ba2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures certificates, private keys, CA root bundles from encrypted data bags.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version IO.read(File.join(File.dirname(__FILE__), 'VERSION')) || '0.0.1'
version IO.read(File.join(File.dirname(__FILE__), 'VERSION')) rescue '0.0.1'
%w( amazon centos debian fedora redhat oracle scientific ubuntu smartos ).each do |os|
supports os
end

0 comments on commit c3ba2be

Please sign in to comment.