]> git.openstreetmap.org Git - chef.git/commitdiff
Lock osmdbt postgres plugin to v0.2
authorTom Hughes <tom@compton.nu>
Sat, 20 Feb 2021 17:20:37 +0000 (17:20 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 20 Feb 2021 17:20:37 +0000 (17:20 +0000)
cookbooks/db/recipes/base.rb

index 7bdf7cb02fee31a18781ff9116c4a3bc53ec8f29..617392701f955f0c31a96f543be0683a4c72b447 100644 (file)
@@ -93,7 +93,7 @@ package %w[
 git "/opt/osmdbt" do
   action :sync
   repository "https://github.com/openstreetmap/osmdbt.git"
-  revision "master"
+  revision "v0.2"
   depth 1
   user "root"
   group "root"