]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/geodns/recipes/default.rb
Use multipackage installs throughout
[chef.git] / cookbooks / geodns / recipes / default.rb
index a0ee24646fe42e075b1555d43bacc7e1eb35ecf9..a21323026f70f0f1ca59cba25d9908db735c23c7 100644 (file)
 # limitations under the License.
 #
 
-package "geoip-database-contrib"
-
-package "gdnsd"
+package %w[
+  geoip-database-contrib
+  gdnsd
+]
 
 service "gdnsd" do
   action [:enable, :start]