]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/python/resources/package.rb
Enable unified mode for custom resources
[chef.git] / cookbooks / python / resources / package.rb
index 0679e87e34f7b75030610c1d79be94a7e6a17643..0a3f491705429e99fc253bb3f63d4b181b716f62 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+unified_mode true
+
 default_action :install
 
 property :package_name, :kind_of => String, :name_property => true