]> git.openstreetmap.org Git - chef.git/blobdiff - roles/naga.rb
blog: Enable staging blog
[chef.git] / roles / naga.rb
index 0c1aba1e2532366360c6c49f06ee9edcf8ba50aa..da7d39cd81d1ac5366e52a3d3b8c34ab58be68bf 100644 (file)
@@ -28,14 +28,6 @@ default_attributes(
         }
       }
     }
-  },
-  :otrs => {
-    :site => "test.otrs.openstreetmap.org",
-    :site_aliases => ["test.otrs.osm.org"],
-    :database_cluster => "16/main"
-  },
-  :postgresql => {
-    :versions => ["16"]
   }
 )
 
@@ -47,6 +39,7 @@ run_list(
   "role[irc]",
   "role[blogs]",
   "role[switch2osm]",
+  "recipe[foundation::birthday]",
   "recipe[foundation::mastodon]",
   "recipe[foundation::owg]",
   "recipe[foundation::welcome]",
@@ -54,5 +47,5 @@ run_list(
   "recipe[hot]",
   "recipe[ideditor]",
   "recipe[dmca]",
-  "recipe[otrs::debian]"
+  "role[otrs]"
 )