From 33efa82e34333331bde1062d97025325183164f8 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 5 Sep 2026 12:36:33 +0100 Subject: [PATCH] Add glitchtip to smaug --- roles/glitchtip.rb | 6 ++++++ roles/smaug.rb | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 roles/glitchtip.rb diff --git a/roles/glitchtip.rb b/roles/glitchtip.rb new file mode 100644 index 000000000..d427fdaaa --- /dev/null +++ b/roles/glitchtip.rb @@ -0,0 +1,6 @@ +name "glitchtip" +description "Role applied to all GlitchTip gateways" + +run_list( + "recipe[glitchtip]" +) diff --git a/roles/smaug.rb b/roles/smaug.rb index 7d42c4f6e..d8c5687e7 100644 --- a/roles/smaug.rb +++ b/roles/smaug.rb @@ -34,5 +34,6 @@ default_attributes( run_list( "role[equinix-dub-public]", - "role[matomo]" + "role[matomo]", + "role[glitchtip]" ) -- 2.47.3