]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/python/resources/package.rb
Update planetdump-ng to 1.2.3
[chef.git] / cookbooks / python / resources / package.rb
index fb9cf09bd3fac8fabba6dc9d66a3475cf57d84bc..0a3f491705429e99fc253bb3f63d4b181b716f62 100644 (file)
@@ -1,8 +1,8 @@
 #
-# Cookbook Name:: python
+# Cookbook:: python
 # Resource:: package
 #
-# Copyright 2017, OpenStreetMap Foundation
+# Copyright:: 2017, OpenStreetMap Foundation
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+unified_mode true
+
 default_action :install
 
 property :package_name, :kind_of => String, :name_property => true