]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/nginx/resources/site.rb
Limit required attributes to the actions that need them
[chef.git] / cookbooks / nginx / resources / site.rb
index 25066f459a8c324325f8045bb4174611e375f428..45422434a9274b66d0b69a501361cc8c153a8f93 100644 (file)
@@ -22,7 +22,7 @@ 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