]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim-master.rb
Move thorn-01 back to ramoth
[chef.git] / roles / nominatim-master.rb
index d787716cc0f05f28c979ab711c2c02d9161bb317..bec27ef1eb51e76901cf90038f02b8f49bffade3 100644 (file)
@@ -17,6 +17,7 @@ default_attributes(
     }
   },
   :nominatim => {
+    :enabled => true,
     :enable_backup => true
   },
   :rsyncd => {
@@ -40,5 +41,6 @@ default_attributes(
 
 run_list(
   "role[nominatim]",
+  "recipe[nominatim::master]",
   "recipe[rsyncd]"
 )