]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/imagery/recipes/au_agri.rb
Imagery - apply roles
[chef.git] / cookbooks / imagery / recipes / au_agri.rb
index 3474c4cdaec265d84da7cd877d6e6635e8e44db5..0e0362978dc897af691c26f2ead899c0b5498477 100644 (file)
@@ -1,6 +1,6 @@
 #
 # Cookbook Name:: imagery
-# Recipe:: au-agri
+# Recipe:: au_agri
 #
 # Copyright 2016, OpenStreetMap Foundation
 #
@@ -21,12 +21,12 @@ include_recipe "imagery"
 
 imagery_site "agri.openstreetmap.org" do
   # aliases ["agri.openstreetmap.org.au"]
+end
 
-  imagery_layer "au_ga_agri" do
-    site new_resource.name
-    text "AGRI: The Australian Geographic Reference Image"
-    copyright "Commonwealth of Australia (Geoscience Australia) - Creative Commons Attribution 4.0 International Licence"
-    projection "EPSG:3857"
-    source "/data/imagery/au/agri/combine.vrt"
-  end
+imagery_layer "au_ga_agri" do
+  site "agri.openstreetmap.org"
+  text "AGRI: The Australian Geographic Reference Image"
+  copyright "Commonwealth of Australia (Geoscience Australia) - Creative Commons Attribution 4.0 International Licence"
+  projection "EPSG:3857"
+  source "/data/imagery/au/agri/combine.vrt"
 end