From f8f1bc08b98f21ebf34d1a471dfd3b42f37d690c Mon Sep 17 00:00:00 2001 From: Pietro Ferrari Date: Thu, 12 Feb 2009 16:54:36 -0800 Subject: fix exec name --- manifests/xen.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3