From 32072e780501f1c4eca204e198fc28591311da80 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 7 Dec 2022 20:18:57 +0000 Subject: [PATCH] Remove munin role from urmel --- roles/urmel.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/urmel.rb b/roles/urmel.rb index dba68ec66..4ea73cb9d 100644 --- a/roles/urmel.rb +++ b/roles/urmel.rb @@ -22,6 +22,5 @@ default_attributes( run_list( "role[ucl]", - "role[hp-dl360-g6]", - "role[munin]" + "role[hp-dl360-g6]" ) -- 2.39.5