]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim-master.rb
Add a serverspec test to ensure the munin-node service is running
[chef.git] / roles / nominatim-master.rb
index d787716cc0f05f28c979ab711c2c02d9161bb317..85baaf89258e5d590b606df4f715eafe5a081771 100644 (file)
@@ -3,7 +3,6 @@ description "Role applied to the master nominatim server"
 
 default_attributes(
   :postgresql => {
-    :versions => ["9.3"],
     :settings => {
       :defaults => {
         :wal_level => "hot_standby",
@@ -17,6 +16,7 @@ default_attributes(
     }
   },
   :nominatim => {
+    :enabled => true,
     :enable_backup => true
   },
   :rsyncd => {
@@ -40,5 +40,6 @@ default_attributes(
 
 run_list(
   "role[nominatim]",
+  "recipe[nominatim::master]",
   "recipe[rsyncd]"
 )