diff --git a/metadata.rb b/metadata.rb index f28a022..f740cc8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,5 +5,5 @@ license "Apache 2.0" description "Installs/Configures the Ceph distributed filesystem" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) version "0.1.0" -depends "apache2" +depends "apache2", ">= 1.1.12" depends "apt"