]> git.openstreetmap.org Git - chef.git/commitdiff
Fix cookstyle warnings
authorTom Hughes <tom@compton.nu>
Fri, 1 Jan 2021 10:32:44 +0000 (10:32 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 1 Jan 2021 10:32:44 +0000 (10:32 +0000)
cookbooks/imagery/recipes/lu_lidar_hillshade.rb
cookbooks/php/recipes/fpm.rb

index c6aeab3f8f0488a3dbabc4ffbe0d4047084b2501..c80742946a775a3b051468686c01dd4f853b2192 100644 (file)
@@ -57,4 +57,4 @@ imagery_layer "mappers_delight_lidar_hillshade_2019_withunclassified" do
   max_zoom 20
   title "OpenStreetMap.lu Mapper's Delight 2019 Lidar Hillshading with unclassified points"
   copyright 'Lidar data 2019 <a href="https://data.public.lu/fr/datasets/lidar-2019-releve-3d-du-territoire-luxembourgeois">Administration du Cadastre et de la Topographie Luxembourg</a>, DEM and hillshading <a href="https://twitter.com/grischard">Guillaume Rischard</a>, CC0'
-end
\ No newline at end of file
+end
index 4fbbc881a5945857acf40155a641e18da3ab2611..2bebc87d2535a70d36141f92819269de5cb3b525 100644 (file)
@@ -33,4 +33,3 @@ end
 service "php#{node[:php][:version]}-fpm" do
   action [:enable, :start]
 end
-