X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/0787978ad81246323beb2afb3dbac7e0ddba2ee8..a48d3c6dbc350bfb430691dbc128ff06ad8f979a:/cookbooks/wordpress/resources/site.rb diff --git a/cookbooks/wordpress/resources/site.rb b/cookbooks/wordpress/resources/site.rb index 5ca62a63b..1f4e67cc0 100644 --- a/cookbooks/wordpress/resources/site.rb +++ b/cookbooks/wordpress/resources/site.rb @@ -1,7 +1,7 @@ -# Cookbook Name:: wordpress +# Cookbook:: wordpress # Resource:: wordpress_site # -# Copyright 2015, OpenStreetMap Foundation +# Copyright:: 2015, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,7 +20,7 @@ require "securerandom" default_action :create -property :site, :kind_of => String, :name_attribute => true +property :site, :kind_of => String, :name_property => true property :aliases, :kind_of => [String, Array] property :directory, :kind_of => String property :version, :kind_of => String