Merge pull request #27 from aspiers/hb_gui-fonts

hb_gui requires xorg-x11-fonts
This commit is contained in:
Adam Spiers
2014-03-13 09:21:10 +00:00

View File

@@ -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"