property :cookbook, :kind_of => [String, nil]
property :template, :kind_of => String, :required => true
property :variables, :kind_of => Hash, :default => {}
property :cookbook, :kind_of => [String, nil]
property :template, :kind_of => String, :required => true
property :variables, :kind_of => Hash, :default => {}