# limitations under the License.
#
+unified_mode true
+
default_action :create
property :type, String, :required => [:create]
owner "root"
group "root"
mode "644"
- variables new_resource.to_hash
+ variables new_resource.to_hash.merge(:path => new_resource.path)
end
execute "systemd-tmpfiles" do