]> gitweb.fluxo.info Git - puppet-virtual.git/commitdiff
the debian xen packages already have the fix.
authorPietro Ferrari <pietro@riseup.net>
Fri, 13 Feb 2009 01:16:11 +0000 (17:16 -0800)
committerPietro Ferrari <pietro@riseup.net>
Fri, 13 Feb 2009 01:16:11 +0000 (17:16 -0800)
manifests/xen.pp

index 1507d94396f8576e8589edd9dc7b90ec2647da2e..88b8ef8b338e58e8d6f18df6682313c6728e18fc 100644 (file)
@@ -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;
-  }
 }