#
-# Cookbook Name:: squid
+# Cookbook:: squid
# Resource:: squid_fragment
#
-# 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.
default_action :create
-property :fragment, :kind_of => String, :name_attribute => true
+property :fragment, :kind_of => String, :name_property => true
property :template, :kind_of => String, :required => true
property :variables, :kind_of => Hash, :default => {}