]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
Push creation time for hourly and daily diffs back a little
[chef.git] / roles / dulcy.rb
index b921b40ce69e80216df58e7d7d068e881107b024..8e48b997ddb89c3548ff595ae8189c05d95c0591 100644 (file)
@@ -40,7 +40,8 @@ default_attributes(
   },
   :nominatim => {
     :state => "standalone",
-    :enable_backup => true,
+    :enable_backup => false,
+    :enable_git_updates => false,
     :dbadmins => %w(lonvia tomh),
     :dbcluster => "9.5/main",
     :flatnode_file => "/ssd/nominatim/nodes.store",
@@ -71,5 +72,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[nominatim-base]"
+  "role[nominatim]"
 )