aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorPietro Ferrari <pietro@riseup.net>2009-02-12 16:54:36 -0800
committerPietro Ferrari <pietro@riseup.net>2009-02-12 16:54:36 -0800
commitf8f1bc08b98f21ebf34d1a471dfd3b42f37d690c (patch)
tree67f60d06113b6b98bd03f21367eaf79bdef30931 /manifests
parent55972f4dce76aa992a3c38d5b7ffc3ea84116b68 (diff)
downloadpuppet-virtual-f8f1bc08b98f21ebf34d1a471dfd3b42f37d690c.tar.gz
puppet-virtual-f8f1bc08b98f21ebf34d1a471dfd3b42f37d690c.tar.bz2
fix exec name
Diffstat (limited to 'manifests')
-rw-r--r--manifests/xen.pp2
1 files changed, 1 insertions, 1 deletions
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 {