]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/docker/recipes/default.rb
Switch wordpress version check to use the JSON API
[chef.git] / cookbooks / docker / recipes / default.rb
index 23891f110c3e59c82fb960b995e7e8667cf9f7fc..80fd15b3f6be34ac90b8a3776f50df9d1f984b2b 100644 (file)
@@ -41,5 +41,5 @@ end
 service "docker" do
   action [:enable, :start]
   subscribes :restart, "template[/etc/docker/daemon.json]"
-  not_if { ENV["TEST_KITCHEN"] }
+  not_if { kitchen? }
 end