]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/resources/site.rb
dmca: fix apache config
[chef.git] / cookbooks / nginx / resources / site.rb
index 25066f459a8c324325f8045bb4174611e375f428..b1a4b5970ddbcc01e4845511636aee257930db88 100644 (file)
 # limitations under the License.
 #
 
 # limitations under the License.
 #
 
+unified_mode true
+
 default_action :create
 
 property :site, :kind_of => String, :name_property => true
 property :directory, :kind_of => String
 property :cookbook, :kind_of => String
 default_action :create
 
 property :site, :kind_of => String, :name_property => true
 property :directory, :kind_of => String
 property :cookbook, :kind_of => String
-property :template, :kind_of => String, :required => true
+property :template, :kind_of => String, :required => [:create]
 property :variables, :kind_of => Hash, :default => {}
 
 action :create do
 property :variables, :kind_of => Hash, :default => {}
 
 action :create do