]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
otrs: move to naga
[chef.git] / roles / naga.rb
index 2586aaf4a194fe35551afefa0a3b75d51f47041d..4026bcac7e0ec874c1153b8935c559f60666c874 100644 (file)
@@ -28,19 +28,6 @@ default_attributes(
         }
       }
     }
-  },
-  :otrs => {
-    :site => "test.otrs.openstreetmap.org",
-    :site_aliases => ["test.otrs.osm.org"],
-    :database_cluster => "16/main"
-  },
-  :postgresql => {
-    :versions => ["16"],
-    :settings => {
-      "16" => {
-        :port => 5433
-      }
-    }
   }
 )
 
@@ -59,5 +46,5 @@ run_list(
   "recipe[hot]",
   "recipe[ideditor]",
   "recipe[dmca]",
-  "recipe[otrs::debian]"
+  "role[otrs]"
 )