]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/squid/recipes/default.rb
Add support for squid 4
[chef.git] / cookbooks / squid / recipes / default.rb
index 12c57c7755899fba3f3ea907ccb571eefb13a489..fe5077bcd68a45bbac842349f5fb020978cc5b77 100644 (file)
@@ -17,7 +17,7 @@
 # limitations under the License.
 #
 
-if node[:squid][:version] == "3"
+if node[:squid][:version] >= 3
   apt_package "squid" do
     action :unlock
   end