]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/wordpress/resources/site.rb
Add test for tile cookbook
[chef.git] / cookbooks / wordpress / resources / site.rb
index 5ca62a63be27a1387ab6281e59187356896daf3f..1f4e67cc01b51360450a63ef4e3d25446088059a 100644 (file)
@@ -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