]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
put pummelzacken in production mode
[chef.git] / roles / pummelzacken.rb
index b22021f474fc5f3a0b2565a48483ae0b3b537fb3..813bc7eaa0f24f4261378c1625c78e313fd91998 100644 (file)
@@ -2,6 +2,9 @@ name "pummelzacken"
 description "Master role applied to pummelzacken"
 
 default_attributes(
+  :apt => {
+    :sources => ["postgresql"]
+  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -31,6 +34,7 @@ default_attributes(
     }
   },
   :nominatim => {
+    :state => "standalone",
     :dbadmins => %w(lonvia tomh),
     :dbcluster => "9.5/main",
     :flatnode_file => "/ssd/nominatim/nodes.store",