]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/resources/site.rb
Fix foodcritic warning
[chef.git] / cookbooks / mediawiki / resources / site.rb
index 68b56e6ccd26bdae054d890f6d8f3ce7af8da296..fa97814f0a26abaccd7e3d2f1adf836762ae3091 100644 (file)
 # limitations under the License.
 #
 
-actions :create, :delete
+actions :create, :update, :delete
 default_action :create
 
 attribute :name, :kind_of => String, :name_attribute => true
 attribute :aliases, :kind_of => [String, Array]
 attribute :directory, :kind_of => String
-attribute :version, :kind_of => String, :default => "1.22"
+attribute :version, :kind_of => String, :default => "1.24"
 attribute :database_name, :kind_of => String, :required => true
 attribute :database_user, :kind_of => String, :required => true
 attribute :database_password, :kind_of => String, :required => true