From: Pietro Ferrari Date: Fri, 13 Feb 2009 00:54:36 +0000 (-0800) Subject: fix exec name X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f8f1bc08b98f21ebf34d1a471dfd3b42f37d690c;p=puppet-virtual.git fix exec name --- diff --git a/manifests/xen.pp b/manifests/xen.pp index f59f316..fab6eff 100644 --- a/manifests/xen.pp +++ b/manifests/xen.pp @@ -102,7 +102,7 @@ class xen::domain::debian inherits xen::domain::base { "/etc/ld.so.conf.d/libc6-xen.conf": content => "hwcap 0 nosegneg\n", require => Package["xen-linux-system"], - notify => Exec["ldconfig"]; + notify => Exec["/sbin/ldconfig"]; } exec {