]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/resources/module.rb
Remove hacks added to support passenger 4 upgrade
[chef.git] / cookbooks / apache / resources / module.rb
index 2d077509f5cae0c568890668b84a3b8fa8c3c6ab..f2d95551ec486a42d7709d2cbf3aa4f4b95a5f93 100644 (file)
@@ -22,6 +22,5 @@ default_action [:install, :enable]
 
 attribute :name, :kind_of => String, :name_attribute => true
 attribute :package, :kind_of => String
-attribute :version, :kind_of => String
 attribute :conf, :kind_of => String
 attribute :variables, :kind_of => Hash, :default => {}