]> git.openstreetmap.org Git - chef.git/commitdiff
Add argon2 test site
authorTom Hughes <tom@compton.nu>
Sun, 7 Nov 2021 14:57:27 +0000 (14:57 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 7 Nov 2021 15:22:23 +0000 (15:22 +0000)
cookbooks/dev/recipes/default.rb
roles/dev.rb

index e0366f69ecda6f591f18bfe92a76838e1c2e745c..cae4e372992d0302509bab5ab77da24c3e493240 100644 (file)
@@ -57,6 +57,7 @@ package %w[
   autoconf
   automake
   libtool
+  libargon2-dev
   libfcgi-dev
   libxml2-dev
   libmemcached-dev
index 3eec5fd91b77fdbbd972c6f47d96bfa571375361..6c867f33db4d48bf4ef682577559195b2b0dfd32 100644 (file)
@@ -127,6 +127,12 @@ default_attributes(
         :revision => "master",
         :cgimap_repository => "https://github.com/zerebubuth/openstreetmap-cgimap.git",
         :cgimap_revision => "feature/bulk_upload"
+      },
+      :argon2 => {
+        :repository => "https://github.com/tomhughes/openstreetmap-website.git",
+        :revision => "argon2",
+        :cgimap_repository => "https://github.com/mmd-osm/openstreetmap-cgimap.git",
+        :cgimap_revision => "feature/argon2"
       }
     }
   },