From 387ba800e36dc6d512e86cc268d4a36593a174cb Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 27 Mar 2019 19:24:01 +0000 Subject: [PATCH 1/1] Remove unused role --- roles/hp-g5.rb | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 roles/hp-g5.rb diff --git a/roles/hp-g5.rb b/roles/hp-g5.rb deleted file mode 100644 index 50986b149..000000000 --- a/roles/hp-g5.rb +++ /dev/null @@ -1,12 +0,0 @@ -name "hp-g5" -description "Role applied to all HP G5 machines" - -default_attributes( - :munin => { - :plugins => { - :hpasmcli2_temp => { - :temp1 => { :warning => 60 } - } - } - } -) -- 2.39.5