]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apache/resources/site.rb
Limit required attributes to the actions that need them
[chef.git] / cookbooks / apache / resources / site.rb
index 96cf872f47ae282650cb966f21ae70d192fc6b85..e039e3ac529e93a67a88d04676678205573fd0b8 100644 (file)
@@ -22,7 +22,7 @@ default_action [:create, :enable]
 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 => {}
 property :reload_apache, :kind_of => [TrueClass, FalseClass], :default => true