]> git.openstreetmap.org Git - chef.git/commitdiff
put dulcy in production mode and enable backups
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 2 Oct 2016 16:20:24 +0000 (18:20 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 2 Oct 2016 16:20:24 +0000 (18:20 +0200)
roles/dulcy.rb

index f512fe03cf4cff1cbc035bb91c4e780dda6b657a..b921b40ce69e80216df58e7d7d068e881107b024 100644 (file)
@@ -39,7 +39,8 @@ default_attributes(
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
+    :enable_backup => true,
     :dbadmins => %w(lonvia tomh),
     :dbcluster => "9.5/main",
     :flatnode_file => "/ssd/nominatim/nodes.store",