diff options
-rw-r--r-- | manifests/xen.pp | 14 |
1 files changed, 0 insertions, 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; - } } |