From e73306498d3a8076e181a9c89f996bb51ac7d1e4 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 12 Mar 2014 23:24:28 +0000 Subject: [PATCH] hb_gui requires xorg-x11-fonts --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index fcd342c..0b9d9d8 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -20,7 +20,7 @@ when 'suse' # pacemaker-mgmt-client provides hb_gui, which it's useful # to run over ssh. default[:pacemaker][:platform][:graphical_packages] = %w( - pacemaker-mgmt-client xorg-x11-xauth + pacemaker-mgmt-client xorg-x11-xauth xorg-x11-fonts ) else Chef::Application.fatal! "FIXME: #{node.platform} platform not supported yet"