]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/squid/recipes/default.rb
Reduce implicit coupling between cookbooks
[chef.git] / cookbooks / squid / recipes / default.rb
index fcc5f337c6c07cce8816abab687a599ecab4837d..a5af78090ea766595b5b53dc106d9abcd24da714 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+include_recipe "apt"
+
 if node[:squid][:version] >= 3
   apt_package "squid" do
     action :unlock