]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/chef/recipes/default.rb
Fix some chef deprecation warnings
[chef.git] / cookbooks / chef / recipes / default.rb
index 096c6dfdeef82d8b459d318476a1391801e35a33..f601031abe4a6f0bd07a57dcfa90528836dd70de 100644 (file)
@@ -17,7 +17,9 @@
 # limitations under the License.
 #
 
-chef_gem "pony"
+chef_gem "pony" do
+  compile_time false
+end
 
 chef_package = "chef_#{node[:chef][:client][:version]}_amd64.deb"