From: Pietro Ferrari Date: Fri, 13 Feb 2009 01:16:11 +0000 (-0800) Subject: the debian xen packages already have the fix. X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=04cc0e2b588f05292a09883dc8f129f6da1bb207;p=puppet-virtual.git the debian xen packages already have the fix. --- 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; - } }