From 04cc0e2b588f05292a09883dc8f129f6da1bb207 Mon Sep 17 00:00:00 2001 From: Pietro Ferrari Date: Thu, 12 Feb 2009 17:16:11 -0800 Subject: the debian xen packages already have the fix. --- manifests/xen.pp | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/manifests/xen.pp b/manifests/xen.pp index 1507d94..88b8ef8 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -96,20 +96,6 @@ class xen::domain::debian inherits xen::domain::base { ensure => present, alias => "xen-linux-system"; } - - # fix '4gb seg fixup' - # http://wiki.xensource.com/xenwiki/XenFaq#head-e05786f1e0d6a833bc146a6096cab2d96f2b30ae - config_file { - "/etc/ld.so.conf.d/libc6-xen.conf": - content => "hwcap 0 nosegneg\n", - require => Package["xen-linux-system"], - notify => Exec["/sbin/ldconfig"]; - } - - exec { - "/sbin/ldconfig": - refreshonly => true; - } } -- cgit v1.2.3